summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Gurr <tgurr@gentoo.org>2007-09-26 20:36:10 +0000
committerTimo Gurr <tgurr@gentoo.org>2007-09-26 20:36:10 +0000
commit1be7675a2185eb96624f76469c35406072f493b4 (patch)
treec16767d44558f7d0d2ae843f0b691591ed78222c /app-text/kding/files
parentNew series for Gnome 2.20 (diff)
downloadgentoo-2-1be7675a2185eb96624f76469c35406072f493b4.tar.gz
gentoo-2-1be7675a2185eb96624f76469c35406072f493b4.tar.bz2
gentoo-2-1be7675a2185eb96624f76469c35406072f493b4.zip
Initial ebuild. Bug 189125, also thanks to Tobias Roeser (bug 124466).
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-text/kding/files')
-rw-r--r--app-text/kding/files/digest-kding-0.4.13
-rw-r--r--app-text/kding/files/kding-0.4.1-appsdir.patch49
-rw-r--r--app-text/kding/files/kding-0.4.1-desktopentry.patch17
-rw-r--r--app-text/kding/files/kding-0.4.1-localization-de.patch65
4 files changed, 134 insertions, 0 deletions
diff --git a/app-text/kding/files/digest-kding-0.4.1 b/app-text/kding/files/digest-kding-0.4.1
new file mode 100644
index 000000000000..79cfc793dd45
--- /dev/null
+++ b/app-text/kding/files/digest-kding-0.4.1
@@ -0,0 +1,3 @@
+MD5 95dc40b57eef47846a0a6ac21f409e9b kding-0.4.1.tar.bz2 3052142
+RMD160 dc7c9d367dea4bb412e5f5c438d0c729e649e08c kding-0.4.1.tar.bz2 3052142
+SHA256 e744e95ed39f8dbf7b16d8ad6479cb4d173ac0df983074ddc5272b053420f0a0 kding-0.4.1.tar.bz2 3052142
diff --git a/app-text/kding/files/kding-0.4.1-appsdir.patch b/app-text/kding/files/kding-0.4.1-appsdir.patch
new file mode 100644
index 000000000000..df2ff5de5aaa
--- /dev/null
+++ b/app-text/kding/files/kding-0.4.1-appsdir.patch
@@ -0,0 +1,49 @@
+diff -Naur kding-0.4.1/acinclude.m4 kding-0.4.1.new/acinclude.m4
+--- kding-0.4.1/acinclude.m4 2007-08-15 00:10:53.000000000 +0200
++++ kding-0.4.1.new/acinclude.m4 2007-08-16 16:01:53.931649708 +0200
+@@ -431,7 +431,7 @@
+ kde_htmldir='\${datadir}/doc/HTML'
+ fi
+ if test -z "$kde_appsdir"; then
+- kde_appsdir='\${datadir}/applnk'
++ kde_appsdir='\${datadir}/applications'
+ fi
+ if test -z "$kde_icondir"; then
+ kde_icondir='\${datadir}/icons'
+diff -Naur kding-0.4.1/admin/acinclude.m4.in kding-0.4.1.new/admin/acinclude.m4.in
+--- kding-0.4.1/admin/acinclude.m4.in 2007-08-15 00:10:53.000000000 +0200
++++ kding-0.4.1.new/admin/acinclude.m4.in 2007-08-16 16:02:25.633813343 +0200
+@@ -431,7 +431,7 @@
+ kde_htmldir='\${datadir}/doc/HTML'
+ fi
+ if test -z "$kde_appsdir"; then
+- kde_appsdir='\${datadir}/applnk'
++ kde_appsdir='\${datadir}/applications'
+ fi
+ if test -z "$kde_icondir"; then
+ kde_icondir='\${datadir}/icons'
+diff -Naur kding-0.4.1/src/Makefile.am kding-0.4.1.new/src/Makefile.am
+--- kding-0.4.1/src/Makefile.am 2007-08-15 00:10:53.000000000 +0200
++++ kding-0.4.1.new/src/Makefile.am 2007-08-16 16:03:15.762165949 +0200
+@@ -30,7 +30,7 @@
+ kde_kcfg_DATA = kding.kcfg
+
+ # this is where the desktop file will go
+-shelldesktopdir = $(kde_appsdir)/Utilities
++shelldesktopdir = $(kde_appsdir)/kde
+ shelldesktop_DATA = kding.desktop
+
+ # this is where the shell's XML-GUI resource file goes
+diff -Naur kding-0.4.1/src/Makefile.in kding-0.4.1.new/src/Makefile.in
+--- kding-0.4.1/src/Makefile.in 2007-08-15 00:17:13.000000000 +0200
++++ kding-0.4.1.new/src/Makefile.in 2007-08-16 16:03:48.074236540 +0200
+@@ -378,7 +378,7 @@
+ kde_kcfg_DATA = kding.kcfg
+
+ # this is where the desktop file will go
+-shelldesktopdir = $(kde_appsdir)/Utilities
++shelldesktopdir = $(kde_appsdir)/kde
+ shelldesktop_DATA = kding.desktop
+
+ # this is where the shell's XML-GUI resource file goes
+
diff --git a/app-text/kding/files/kding-0.4.1-desktopentry.patch b/app-text/kding/files/kding-0.4.1-desktopentry.patch
new file mode 100644
index 000000000000..7ceba8f72243
--- /dev/null
+++ b/app-text/kding/files/kding-0.4.1-desktopentry.patch
@@ -0,0 +1,17 @@
+diff -Naur kding-0.4.1/src/kding.desktop kding-0.4.1.new/src/kding.desktop
+--- kding-0.4.1/src/kding.desktop 2007-09-09 17:30:04.000000000 +0200
++++ kding-0.4.1.new/src/kding.desktop 2007-09-25 09:53:00.217229625 +0200
+@@ -1,5 +1,6 @@
+ [Desktop Entry]
+-Encoding=UTF-8
++Version=1.0
++Type=Application
+ Name=KDing
+ GenericName=German-English Translator
+ GenericName[de]=Deutsch-Englisch Übersetzer
+@@ -7,4 +8,4 @@
+ Comment[de]=Übersetzungsprogramm
+ Exec=kding
+ Icon=kding
+-Type=Application
++Categories=Qt;KDE;Office;TextTools;Dictionary;
diff --git a/app-text/kding/files/kding-0.4.1-localization-de.patch b/app-text/kding/files/kding-0.4.1-localization-de.patch
new file mode 100644
index 000000000000..f0b6270a8607
--- /dev/null
+++ b/app-text/kding/files/kding-0.4.1-localization-de.patch
@@ -0,0 +1,65 @@
+diff -Naur kding-0.4.1/po/de.po kding-0.4.1.new/po/de.po
+--- kding-0.4.1/po/de.po 2007-09-09 17:31:16.000000000 +0200
++++ kding-0.4.1.new/po/de.po 2007-09-25 09:59:33.538226041 +0200
+@@ -41,7 +41,7 @@
+
+ #: kdingsystray.cpp:47
+ msgid "Translates the current content of the clipboard or selection"
+-msgstr "Übersetzt den aktuellen Inhalt der Zwischenablage oder der Auswahl"
++msgstr "Übersetzt den aktuellen Inhalt der Zwischenablage oder der Auswahl."
+
+ #: kdingsystray.cpp:49
+ msgid "Open translation dialog"
+@@ -49,7 +49,7 @@
+
+ #: kdingsystray.cpp:50
+ msgid "Opens a dialog where you can enter the word to be translated"
+-msgstr "Öffnet einen Dialog, in dem man das zu übersetzende Wort eingeben kann"
++msgstr "Öffnet einen Dialog, in dem man das zu übersetzende Wort eingeben kann."
+
+ #: kdingsystray.cpp:58
+ msgid "&Translate"
+@@ -65,7 +65,7 @@
+
+ #: main.cpp:31
+ msgid "Translate the given phrase"
+-msgstr "Übersetzt den angegebenen Ausdruck"
++msgstr "Übersetzt den angegebenen Ausdruck."
+
+ #: main.cpp:38
+ msgid "KDE port of Ding, the DIctionary Nice Grep"
+@@ -86,7 +86,7 @@
+ #: rc.cpp:6 rc.cpp:12
+ #, no-c-format
+ msgid "Enter the word or phrase you want to translate"
+-msgstr "Geben sie das Wort oder den Ausdruck ein, den Sie übersetzen möchten"
++msgstr "Geben Sie das Wort oder den Ausdruck ein, den Sie übersetzen möchten."
+
+ #. i18n: file ./translatedialogbase.ui line 102
+ #: rc.cpp:9
+@@ -124,11 +124,11 @@
+
+ #: translatedialog.cpp:101
+ msgid "Searching for '%1'"
+-msgstr "Suche nach '%1'"
++msgstr "Suche nach '%1'."
+
+ #: translatedialog.cpp:108
+ msgid "Another search is currently running"
+-msgstr "Es läuft bereits eine Suche"
++msgstr "Es läuft bereits eine Suche."
+
+ #: translatedialog.cpp:162
+ #, c-format
+@@ -136,8 +136,8 @@
+ "_n: Found 1 match for '%1'\n"
+ "Found %n matches for '%1'"
+ msgstr ""
+-"Einen passenden Eintrag gefunden für '%1'\n"
+-"%n passende Einträge gefunden für '%1'"
++"Einen passenden Eintrag gefunden für '%1'.\n"
++"%n passende Einträge gefunden für '%1'."
+
+ #: translatedialog.cpp:203
+ msgid ""
+