Date: Friday, September 13, 2019 @ 08:14:21
  Author: heftig
Revision: 362408

archrelease: copy trunk to extra-any

Added:
  adwaita-icon-theme/repos/extra-any/PKGBUILD
    (from rev 362407, adwaita-icon-theme/trunk/PKGBUILD)
Deleted:
  adwaita-icon-theme/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-09-13 08:14:11 UTC (rev 362407)
+++ PKGBUILD    2019-09-13 08:14:21 UTC (rev 362408)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Lukas Fleischer <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgname=adwaita-icon-theme
-pkgver=3.33.92
-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=09da63924b0779dd752e412c397e6bc24800e8d9  # tags/3.33.92^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'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fvi
-}
-  
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: adwaita-icon-theme/repos/extra-any/PKGBUILD (from rev 362407, 
adwaita-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-09-13 08:14:21 UTC (rev 362408)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Lukas Fleischer <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=adwaita-icon-theme
+pkgver=3.34.0
+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=4b07f58bf29380bf65c3828122c07c61e53e285a  # tags/2.34.0^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'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Fixup tag
+  git tag -f 3.34.0 4b07f58bf29380bf65c3828122c07c61e53e285a
+  git tag -d 2.34.0
+
+  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