summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9be225f3087..e75f0e42cd68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cynthiune.app
- pkgdesc = Romantic and extensible music player for GNUstep
+ pkgdesc = Free software and romantic music player for GNUstep
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://gap.nongnu.org/cynthiune/index.html
arch = i686
arch = x86_64
@@ -19,7 +19,9 @@ pkgbase = cynthiune.app
optdepends = libmpcdec
optdepends = esound
source = http://savannah.nongnu.org/download/gap/Cynthiune-1.0.0.tar.gz
+ source = http://http.debian.net/debian/pool/main/c/cynthiune.app/cynthiune.app_1.0.0-2.debian.tar.xz
sha256sums = 3cc5228c8cdb66256bbcec4b317bbd3853397f09ec9b7378a7f65140eff5bcaf
+ sha256sums = 7b74006468777e24b3ca077449f95bf1fff529672d6c6fec61fd276e379716b7
pkgname = cynthiune.app
diff --git a/PKGBUILD b/PKGBUILD
index 9be76964e9b0..e4e0c94062f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_pkgname=Cynthiune
pkgname=cynthiune.app
-pkgrel=1
+pkgrel=2
pkgver=1.0.0
-pkgdesc='Romantic and extensible music player for GNUstep'
+pkgdesc='Free software and romantic music player for GNUstep'
arch=('i686' 'x86_64')
url='http://gap.nongnu.org/cynthiune/index.html'
license=('GPL')
@@ -12,11 +12,17 @@ groups=('gnustep-apps')
depends=('gnustep-base' 'gnustep-gui' 'gnustep-back')
optdepends=('libid3tag' 'libmad' 'libvorbis' 'libogg' 'libmpcdec' 'esound')
makedepends=('gcc-objc' 'gnustep-make')
-source=("http://savannah.nongnu.org/download/gap/Cynthiune-1.0.0.tar.gz")
-sha256sums=('3cc5228c8cdb66256bbcec4b317bbd3853397f09ec9b7378a7f65140eff5bcaf')
+source=("http://savannah.nongnu.org/download/gap/Cynthiune-1.0.0.tar.gz"
+ "http://http.debian.net/debian/pool/main/c/cynthiune.app/cynthiune.app_1.0.0-2.debian.tar.xz")
+sha256sums=('3cc5228c8cdb66256bbcec4b317bbd3853397f09ec9b7378a7f65140eff5bcaf'
+ '7b74006468777e24b3ca077449f95bf1fff529672d6c6fec61fd276e379716b7')
prepare() {
cd $_pkgname-$pkgver
+ for patch in ../debian/patches/*.patch; do
+ patch -p1 < $patch
+ done
+
# Leave out avifile library until available
if test "$pkg-config --exists avifile" != 0; then
sed -i '70,73{s/^.*//}' GNUmakefile