summaryrefslogtreecommitdiff
path: root/community/kydpdict
diff options
context:
space:
mode:
Diffstat (limited to 'community/kydpdict')
-rw-r--r--community/kydpdict/ChangeLog9
-rw-r--r--community/kydpdict/PKGBUILD42
-rw-r--r--community/kydpdict/kydpdict.desktop8
-rw-r--r--community/kydpdict/kydpdict.install23
-rw-r--r--community/kydpdict/kydpdict.pngbin933 -> 0 bytes
5 files changed, 0 insertions, 82 deletions
diff --git a/community/kydpdict/ChangeLog b/community/kydpdict/ChangeLog
deleted file mode 100644
index 7ce482c7d..000000000
--- a/community/kydpdict/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-2008-01-13 Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
- * Fixed man path
-
-2008-01-07 Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
- * Version 0.9.4
- * Added Oxford sounds patch
-
-2007-06-27 tardo <tardo@nagi-fanboi.net>
- * Built for x86_64
diff --git a/community/kydpdict/PKGBUILD b/community/kydpdict/PKGBUILD
deleted file mode 100644
index a11873b14..000000000
--- a/community/kydpdict/PKGBUILD
+++ /dev/null
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 58593 2011-11-16 14:44:57Z andrea $
-# Contributor: Jaroslaw Swierczynski <swiergot@juvepoland.com>
-
-pkgname=kydpdict
-pkgver=0.9.5
-pkgrel=1
-pkgdesc="A front-end to YDP Collins Dictionary"
-arch=('i686' 'x86_64')
-url="http://ytm.bossstation.dnsalias.org/html/kydpdict.html"
-license=('GPL')
-depends=('qt3')
-install=kydpdict.install
-source=(http://ytm.bossstation.dnsalias.org/src/$pkgname-$pkgver.tar.bz2 \
- $pkgname.png $pkgname.desktop)
-md5sums=('bf8aa06d4a3bbe401d7972e01c07609d'
- 'dee4f28a7c681292226d06ab97b39e3e'
- 'e42aed4dde1a7f203586220d04737237')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- . /etc/profile.d/qt3.sh
-
- tar zxf contrib/kydpdict-0.9.3-oxpwnsnd.tar.gz
- patch -Np1 -i kydpdict-0.9.3-oxpwnsnd/kydpdict-0.9.3-pwnoxsnd.patch
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
-
- make DESTDIR="$pkgdir" install
-
- install -D -m 644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
- install -D -m 644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
- install -D -m 644 contrib/$pkgname.1 $pkgdir/usr/share/man/man1/$pkgname.1
- install -D -m 644 contrib/$pkgname.pl.1 $pkgdir/usr/share/man/pl/man1/$pkgname.1
-
- gcc -O2 -Wall kydpdict-0.9.3-oxpwnsnd/exwaves.c -o $pkgdir/usr/bin/exwaves
-}
diff --git a/community/kydpdict/kydpdict.desktop b/community/kydpdict/kydpdict.desktop
deleted file mode 100644
index 03e3d68ac..000000000
--- a/community/kydpdict/kydpdict.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=Kydpdict
-Comment=A front-end to YDP Collins Dictionary
-Exec=kydpdict
-Icon=kydpdict
-Terminal=false
-Type=Application
-Categories=Education;Office;
diff --git a/community/kydpdict/kydpdict.install b/community/kydpdict/kydpdict.install
deleted file mode 100644
index f8ad27310..000000000
--- a/community/kydpdict/kydpdict.install
+++ /dev/null
@@ -1,23 +0,0 @@
-# arg 1: the new package version
-pre_install() {
- /bin/true
-}
-
-# arg 1: the new package version
-post_install() {
- echo
- echo "Oxford sound files support included. Follow these steps to use it:"
- echo "1. Copy wave.wol and wave.000 to /usr/share/kydpdict."
- echo "2. Use exwaves to get sound files in /usr/share/kydpdict/wave."
- echo "3. Configure kydpdict to read sounds from /usr/share/kydpdict/wave."
- echo "4. Set mpg321 as audio player (run 'pacman -S mpg321' if you don't have it)."
- echo "5. Remove wave.wol and wave.000."
- echo
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- post_install
-}
-
diff --git a/community/kydpdict/kydpdict.png b/community/kydpdict/kydpdict.png
deleted file mode 100644
index b15985b80..000000000
--- a/community/kydpdict/kydpdict.png
+++ /dev/null
Binary files differ