summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 143b4e6c272d..a0074ce0f969 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = xstarfish
pkgdesc = X wallpaper generator
pkgver = 1.1
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/ubuntu/+source/xstarfish/
arch = x86_64
arch = i686
license = GPL-2
+ makedepends = glibc
makedepends = quilt
- depends = glibc
depends = libpng
depends = libx11
+ depends = xbitmaps
source = https://deb.debian.org/debian/pool/main/x/xstarfish/xstarfish_1.1.orig.tar.gz
source = https://deb.debian.org/debian/pool/main/x/xstarfish/xstarfish_1.1-11.1.debian.tar.xz
sha512sums = 8f398ddc1b0c6fbf33721b48c5859d9cabbbb9dddf298daa92e3658bac69e0544516294e8ef47b948d123115d0258d1d2502bce6e51a24a8b3e99331af3047a1
diff --git a/PKGBUILD b/PKGBUILD
index 613ca682698f..fa1a62f88879 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xstarfish
pkgver=1.1
-pkgrel=1
+pkgrel=2
_debver=1.1
_debrel=11.1
pkgdesc="X wallpaper generator"
@@ -10,8 +10,9 @@ arch=('x86_64' 'i686')
url="https://launchpad.net/ubuntu/+source/xstarfish/"
#url="http://www.redplanetsw.com/starfish/"
license=('GPL-2')
-depends=('glibc' 'libpng' 'libx11')
-makedepends=('quilt')
+# For Hyperbola, add xenocara- before [xbitmaps] in build dependency.
+depends=('libpng' 'libx11' 'xbitmaps')
+makedepends=('glibc' 'quilt')
source=("https://deb.debian.org/debian/pool/main/x/${pkgname}/${pkgname}_${_debver}.orig.tar.gz"
"https://deb.debian.org/debian/pool/main/x/${pkgname}/${pkgname}_${_debver}-${_debrel}.debian.tar.xz")
sha512sums=('8f398ddc1b0c6fbf33721b48c5859d9cabbbb9dddf298daa92e3658bac69e0544516294e8ef47b948d123115d0258d1d2502bce6e51a24a8b3e99331af3047a1'