summaryrefslogtreecommitdiffstats
path: root/japanese/ebview-gtk2/files
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/ebview-gtk2/files')
-rw-r--r--japanese/ebview-gtk2/files/ebview.desktop.in12
-rw-r--r--japanese/ebview-gtk2/files/patch-configure20
2 files changed, 0 insertions, 32 deletions
diff --git a/japanese/ebview-gtk2/files/ebview.desktop.in b/japanese/ebview-gtk2/files/ebview.desktop.in
deleted file mode 100644
index f69bec2e2..000000000
--- a/japanese/ebview-gtk2/files/ebview.desktop.in
+++ /dev/null
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Terminal=false
-Name=EBView
-Name[ja]=EBView
-Comment=EPWING Dictionary Browser
-Comment[ja]=EPWING辞書ブラウザ
-Exec=%%PREFIX%%/bin/ebview
-TryExec=%%PREFIX%%/bin/ebview
-Icon=ebview.xpm
-Type=Application
-Categories=GTK;Application;Utility;
diff --git a/japanese/ebview-gtk2/files/patch-configure b/japanese/ebview-gtk2/files/patch-configure
deleted file mode 100644
index b3df55692..000000000
--- a/japanese/ebview-gtk2/files/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: configure
-diff -u configure.orig configure
---- configure.orig Sun Nov 6 12:02:01 2005
-+++ configure Sun Nov 6 12:02:18 2005
-@@ -6726,13 +6726,13 @@
-
- echo "$as_me:$LINENO: checking GTK_CFLAGS" >&5
- echo $ECHO_N "checking GTK_CFLAGS... $ECHO_C" >&6
-- GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.0.0"`
-+ GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.0.0" pangox`
- echo "$as_me:$LINENO: result: $GTK_CFLAGS" >&5
- echo "${ECHO_T}$GTK_CFLAGS" >&6
-
- echo "$as_me:$LINENO: checking GTK_LIBS" >&5
- echo $ECHO_N "checking GTK_LIBS... $ECHO_C" >&6
-- GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.0.0"`
-+ GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.0.0" pangox`
- echo "$as_me:$LINENO: result: $GTK_LIBS" >&5
- echo "${ECHO_T}$GTK_LIBS" >&6
- else