[arch-commits] Commit in gammastep/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Fri Jan 15 08:14:08 UTC 2021


    Date: Friday, January 15, 2021 @ 08:14:08
  Author: dvzrv
Revision: 820980

archrelease: copy trunk to community-x86_64

Added:
  gammastep/repos/community-x86_64/PKGBUILD
    (from rev 820979, gammastep/trunk/PKGBUILD)
Deleted:
  gammastep/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-15 08:13:58 UTC (rev 820979)
+++ PKGBUILD	2021-01-15 08:14:08 UTC (rev 820980)
@@ -1,43 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=gammastep
-pkgver=2.0.6
-pkgrel=1
-pkgdesc="Adjust the color temperature of your screen according to your surroundings."
-arch=('x86_64')
-url="https://gitlab.com/chinstrap/gammastep"
-license=('GPL3')
-depends=('geoclue' 'glibc' 'hicolor-icon-theme' 'libdrm' 'libx11' 'libxcb'
-'libxxf86vm' 'wayland')
-optdepends=('python-gobject: for gammastep-indicator'
-            'python-xdg: for gammastep-indicator'
-            'gtk3: for gammastep-indicator')
-makedepends=('glib2' 'intltool' 'python' 'systemd')
-source=("https://gitlab.com/chinstrap/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
-sha512sums=('3c56c69e8c0f69fbd06100eded10b1cd5378d8bbbe8ab4c5eb2b07c91b0f7a0f8cfd7b0d2ed759add36954d689246dc079692e7d314b700ab3fcdd6bf805e419')
-b2sums=('1d7a1098b234f8219a81d3475e7eef992554cef221129ac0a75e23794cb42abf0e79bfe373bffcd432698f80e4fc186bfe5f7ce557100f6359ec11f12656a74c')
-
-prepare() {
-  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  ./bootstrap
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  depends+=('libgio-2.0.so' 'libgobject-2.0.so' 'libglib-2.0.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 {CONTRIBUTING,NEWS,README}.md \
-    -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: gammastep/repos/community-x86_64/PKGBUILD (from rev 820979, gammastep/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-15 08:14:08 UTC (rev 820980)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=gammastep
+pkgver=2.0.7
+pkgrel=1
+pkgdesc="Adjust the color temperature of your screen according to your surroundings."
+arch=('x86_64')
+url="https://gitlab.com/chinstrap/gammastep"
+license=('GPL3')
+depends=('geoclue' 'glibc' 'hicolor-icon-theme' 'libdrm' 'libx11' 'libxcb'
+'libxxf86vm' 'wayland')
+makedepends=('glib2' 'intltool' 'python' 'systemd')
+optdepends=('python-gobject: for gammastep-indicator'
+            'python-xdg: for gammastep-indicator'
+            'gtk3: for gammastep-indicator')
+source=("https://gitlab.com/chinstrap/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
+sha512sums=('466811636d4c4d5f3fc21272e7ab8c208e2ad8830fbabd48c8d96c2eaa04d07c29da35f409166eaf95acdd0038f926a84d199fabf08df79fb027f45441ef0d08')
+b2sums=('2f98399528efc7b37f65f214c07c721d3c3e5d82272feee78d863e8d4bce6c886a6f870383fd05640847fe104a75123036e1a442d915e75d692e8048823db277')
+
+prepare() {
+  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  ./bootstrap
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  depends+=('libgio-2.0.so' 'libgobject-2.0.so' 'libglib-2.0.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 {CONTRIBUTING,NEWS,README}.md \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list