Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
colorhug-client
Commits:
41fe4145 by Antonio Rojas at 2024-09-13T21:58:44+02:00
upgpkg: 0.2.8-4: Fix metainfo install dir
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = colorhug-client
pkgdesc = Client tools for ColorHug & ColorHug2
pkgver = 0.2.8
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/hughski/colorhug-client
arch = x86_64
license = GPL2
@@ -17,6 +17,8 @@ pkgbase = colorhug-client
makedepends = appstream-glib
depends = colord-gtk
depends = libcanberra
+ depends = libsoup
+ depends = colord
source =
https://people.freedesktop.org/~hughsient/releases/colorhug-client-0.2.8.tar.xz
sha256sums =
b7787aa58db2dde6a69a13295b98154040a100d8772aac656f3b5ed0bffc0991
=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
pkgname=colorhug-client
pkgver=0.2.8
-pkgrel=3
+pkgrel=4
pkgdesc="Client tools for ColorHug & ColorHug2"
arch=(x86_64)
url="https://github.com/hughski/colorhug-client"
license=(GPL2)
-depends=(colord-gtk libcanberra)
+depends=(colord-gtk libcanberra libsoup colord)
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)
@@ -22,4 +22,5 @@ build() {
package() {
cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
+ mv "$pkgdir"/usr/share/{appdata,metainfo}
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/colorhug-client/-/commit/41fe4145ae7fb8f48009dffd0a688328f07ec609
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/colorhug-client/-/commit/41fe4145ae7fb8f48009dffd0a688328f07ec609
You're receiving this email because of your account on gitlab.archlinux.org.