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

Bruno Pagani archange at archlinux.org
Tue May 12 12:16:38 UTC 2020


    Date: Tuesday, May 12, 2020 @ 12:16:37
  Author: archange
Revision: 626839

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-12 12:16:31 UTC (rev 626838)
+++ PKGBUILD	2020-05-12 12:16:37 UTC (rev 626839)
@@ -1,25 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=colorhug-client
-pkgver=0.2.8
-pkgrel=1
-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 626838, colorhug-client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-12 12:16:37 UTC (rev 626839)
@@ -0,0 +1,25 @@
+# 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
+}



More information about the arch-commits mailing list