summaryrefslogtreecommitdiffstats
path: root/agave/PKGBUILD
diff options
context:
space:
mode:
authorkj_sh6042026-05-05 21:35:45 -0400
committerkj_sh6042026-05-05 21:35:45 -0400
commitd6dec14d551824ec93347abf5c9d67c4777718ff (patch)
tree7e34ba2cb66ceb7d207a7f11cf7633234e9939f6 /agave/PKGBUILD
parent07adb0c96f0904aad9d488287c8c21e18f5d3343 (diff)
refactor: remove redundant PKGBUILDsHEADmaster
Diffstat (limited to 'agave/PKGBUILD')
-rw-r--r--agave/PKGBUILD56
1 files changed, 0 insertions, 56 deletions
diff --git a/agave/PKGBUILD b/agave/PKGBUILD
deleted file mode 100644
index dca8af7..0000000
--- a/agave/PKGBUILD
+++ /dev/null
@@ -1,56 +0,0 @@
-# Maintainer:
-# Contributor: kj_sh604 <43.splash@gmail.com>
-
-pkgname=agave
-pkgver=0.4.7
-pkgrel=604
-pkgdesc="Colorscheme designer tool for GNOME"
-arch=('x86_64')
-url="https://web.archive.org/web/20170327063642/http://home.gna.org/colorscheme/"
-license=('GPL')
-depends=('libglademm')
-makedepends=('gnome-doc-utils' 'intltool' 'boost')
-
-# use this source when PKGBUILD breaks in the future:
-# source=(https://aedrielkylejavier.me/assets/${pkgname}_$pkgver.orig.tar.gz
-
-source=(http://archive.ubuntu.com/ubuntu/pool/universe/a/$pkgname/${pkgname}_$pkgver.orig.tar.gz
- agave-0.4.7-mdv-fix-str-fmt.patch
- schemebox.patch
- drop-libgnome.patch
- fix-build-without-gconf.patch)
-
-prepare() {
- cd $pkgname-$pkgver
-
- # Build fix from Fedora
- patch -Np1 -i ../agave-0.4.7-mdv-fix-str-fmt.patch
-
- # Another build fix
- patch -Np1 -i ../schemebox.patch
-
- # Remove deprecated libgnome dependency
- patch -Np1 -i ../drop-libgnome.patch
-
- # Fix build without gconfmm installed
- patch -Np1 -i ../fix-build-without-gconf.patch
-}
-
-build() {
- cd $pkgname-$pkgver
- CXXFLAGS+=' -std=c++11'
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --disable-scrollkeeper --disable-gnome --disable-gconf
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
- rm "$pkgdir/agave.schemas"
-}
-sha256sums=('4005361ab1b137029c7d50afbbfbae7d83bdde7cec3e155a85eed59f6ec4e6fc'
- '132008f0bbe040c59bbc134d9ca3eb244967a66f95bf113d94e976b8ed776c6c'
- 'dc93ef15cf96a62e2d8d21d6e360428305d3ba6640742a8e9c3a6a2c6aeaf665'
- '8f1a1ecc7f3887de540187e8d10448c44eacb20cb5b1e7db62c7c9318ca861cc'
- '225f9a5cfebea4f9c1d4120611394eb148ffb9a6c151e79f749df1749e015c91')