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

Jan Steffens heftig at gemini.archlinux.org
Sat Feb 12 01:58:14 UTC 2022


    Date: Saturday, February 12, 2022 @ 01:58:14
  Author: heftig
Revision: 1132384

archrelease: copy trunk to community-x86_64

Added:
  colorhug-client/repos/community-x86_64/PKGBUILD
    (from rev 1132383, colorhug-client/trunk/PKGBUILD)
Deleted:
  colorhug-client/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-12 01:58:03 UTC (rev 1132383)
+++ PKGBUILD	2022-02-12 01:58:14 UTC (rev 1132384)
@@ -1,25 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=colorhug-client
-pkgver=0.2.8
-pkgrel=2
-pkgdesc="Client tools for ColorHug & ColorHug2"
-arch=(x86_64)
-url="https://github.com/hughski/colorhug-client"
-license=(GPL2)
-depends=(colord-gtk)
-makedepends=(intltool itstool gobject-introspection libgusb gtk3
-             docbook-utils docbook-sgml perl-sgmls bash-completion appstream-glib)
-source=(https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b7787aa58db2dde6a69a13295b98154040a100d8772aac656f3b5ed0bffc0991')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: colorhug-client/repos/community-x86_64/PKGBUILD (from rev 1132383, colorhug-client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-12 01:58:14 UTC (rev 1132384)
@@ -0,0 +1,25 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=colorhug-client
+pkgver=0.2.8
+pkgrel=3
+pkgdesc="Client tools for ColorHug & ColorHug2"
+arch=(x86_64)
+url="https://github.com/hughski/colorhug-client"
+license=(GPL2)
+depends=(colord-gtk libcanberra)
+makedepends=(intltool itstool gobject-introspection libgusb gtk3
+             docbook-utils docbook-sgml perl-sgmls bash-completion appstream-glib)
+source=(https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b7787aa58db2dde6a69a13295b98154040a100d8772aac656f3b5ed0bffc0991')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list