aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-07-17 20:37:06 +0200
committerMattias Andrée <maandree@kth.se>2024-07-17 20:37:06 +0200
commit0f9ca3095525e646fd4ee78c09728c9979638618 (patch)
treef0fd619f5643759ad3449206c5f39e5a74e58f84
parentUpdate libsimple to version 1.6 (diff)
downloadaur-packages-0f9ca3095525e646fd4ee78c09728c9979638618.tar.gz
aur-packages-0f9ca3095525e646fd4ee78c09728c9979638618.tar.bz2
aur-packages-0f9ca3095525e646fd4ee78c09728c9979638618.tar.xz
Add libgamma
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--libgamma/PKGBUILD26
l---------libgamma/upload1
2 files changed, 27 insertions, 0 deletions
diff --git a/libgamma/PKGBUILD b/libgamma/PKGBUILD
new file mode 100644
index 0000000..210b12c
--- /dev/null
+++ b/libgamma/PKGBUILD
@@ -0,0 +1,26 @@
+# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se>
+
+pkgname=libgamma
+pkgver=0.7.4
+pkgrel=1
+pkgdesc="Display server abstraction layer for gamma ramps"
+arch=(i686 x86_64)
+url="https://codeberg.org/maandree/libgamma"
+license=('custom:ISC')
+depends=(libxcb libx11 libxxf86vm libdrm)
+makedepends=(libxcb libx11 libxxf86vm libdrm pkg-config)
+source=(libgamma-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+sha256sums=(6c15eab2c2d4651cd590d85df3dcbd9657c634c78a7c80aad5f9a9d2561e963a)
+
+
+build() {
+ cd "$srcdir/libgamma"
+ make PREFIX=/usr
+}
+
+
+package() {
+ cd "$srcdir/libgamma"
+ make PREFIX=/usr DESTDIR="$pkgdir" install
+}
+
diff --git a/libgamma/upload b/libgamma/upload
new file mode 120000
index 0000000..1e7a8be
--- /dev/null
+++ b/libgamma/upload
@@ -0,0 +1 @@
+../upload \ No newline at end of file