summaryrefslogtreecommitdiff
path: root/community/cdcover
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/cdcover
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/cdcover')
-rw-r--r--community/cdcover/PKGBUILD32
-rw-r--r--community/cdcover/cdcover.install7
2 files changed, 0 insertions, 39 deletions
diff --git a/community/cdcover/PKGBUILD b/community/cdcover/PKGBUILD
deleted file mode 100644
index 4862b1508..000000000
--- a/community/cdcover/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 65078 2012-02-20 03:31:51Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Roland Schaeuble <rschaeuble@gmx.ch>
-
-pkgname=cdcover
-pkgver=0.7.4
-pkgrel=5
-pkgdesc="cdcover allows the creation of inlay-sheets for cd-cases and dvd's"
-arch=('i686' 'x86_64')
-url="http://cdcover.sourceforge.net"
-license=('GPL')
-depends=('python2' 'tk')
-install='cdcover.install'
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('ab54e927e1c2f9210062ae9425cea669')
-
-build() {
- cd $srcdir/$pkgname
-
- # python2 fix
- sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' src/cdcover.py
-
- patch -p0 Makefile <<EOF
-13c13
-< IMAGEFILES=autonum.gif cddb.gif exit.gif gv.gif logo.gif nocddb.gif ps.gif
----
-> IMAGEFILES=application-exit.gif cddb.gif document-print-preview.gif document-save.gif logo.gif nocddb.gif renumber.gif
-EOF
-
- make target=/usr prefix=$pkgdir/usr install
- rm -rf $pkgdir/usr/doc
-}
diff --git a/community/cdcover/cdcover.install b/community/cdcover/cdcover.install
deleted file mode 100644
index 5df4b5c8a..000000000
--- a/community/cdcover/cdcover.install
+++ /dev/null
@@ -1,7 +0,0 @@
-post_install()
-{
- echo "Installation of a postscript viewer such as 'gv' or 'ggv'"
- echo "is highly recommended."
- echo "To benefit from cddb features, installation of 'discid'"
- echo "and 'pycddb' is required."
-}