Date: Monday, October 3, 2022 @ 21:41:32
  Author: heftig
Revision: 457167

archrelease: copy trunk to gnome-unstable-any

Added:
  adwaita-icon-theme/repos/gnome-unstable-any/
  adwaita-icon-theme/repos/gnome-unstable-any/PKGBUILD
    (from rev 457166, adwaita-icon-theme/trunk/PKGBUILD)

----------+
 PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

Copied: adwaita-icon-theme/repos/gnome-unstable-any/PKGBUILD (from rev 457166, 
adwaita-icon-theme/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD                         (rev 0)
+++ gnome-unstable-any/PKGBUILD 2022-10-03 21:41:32 UTC (rev 457167)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Lukas Fleischer <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=adwaita-icon-theme
+pkgver=43
+pkgrel=1
+pkgdesc="GNOME standard icons"
+url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme";
+arch=(any)
+license=(LGPL3 CCPL:by-sa)
+depends=(hicolor-icon-theme gtk-update-icon-cache librsvg)
+makedepends=(git gtk3)
+_commit=3ea65342a846b2b29fe6feedcd13e2ecc5b5c2b2  # tags/43^0
+source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fvi
+}
+  
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Reply via email to