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

Alexander Rødseth arodseth at gemini.archlinux.org
Sun Jul 25 12:20:31 UTC 2021


    Date: Sunday, July 25, 2021 @ 12:20:31
  Author: arodseth
Revision: 984958

archrelease: copy trunk to community-x86_64

Added:
  tint2/repos/community-x86_64/PKGBUILD
    (from rev 984957, tint2/trunk/PKGBUILD)
Deleted:
  tint2/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-25 12:20:25 UTC (rev 984957)
+++ PKGBUILD	2021-07-25 12:20:31 UTC (rev 984958)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Blue Peppers <bluepeppers at archlinux.us>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: Yannick LM <LMyannicklm1337 at gmail.com>
-
-pkgname=tint2
-pkgver=17.0
-pkgrel=1
-pkgdesc='Basic, good-looking task manager for WMs'
-arch=(x86_64)
-url='https://gitlab.com/o9000/tint2'
-license=(GPL2)
-depends=(gtk3 imlib2 startup-notification)
-makedepends=(cmake git ninja setconf)
-source=("git+https://gitlab.com/o9000/tint2#commit=7737edff47a952604d543e36bf9190b211cf92fe") # tag: v17.0
-b2sums=(SKIP)
-
-prepare() {
-  setconf $pkgname/get_version.sh VERSION="$pkgver"
-}
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../$pkgname \
-    -D CMAKE_INSTALL_PREFIX=/usr \
-    -D ENABLE_TINT2CONF=1 \
-    -G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# getver: gitlab.com/o9000/tint2/raw/master/README.md

Copied: tint2/repos/community-x86_64/PKGBUILD (from rev 984957, tint2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-25 12:20:31 UTC (rev 984958)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Blue Peppers <bluepeppers at archlinux.us>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: Yannick LM <LMyannicklm1337 at gmail.com>
+
+pkgname=tint2
+pkgver=17.0.1
+pkgrel=1
+pkgdesc='Basic, good-looking task manager for WMs'
+arch=(x86_64)
+url='https://gitlab.com/o9000/tint2'
+license=(GPL2)
+depends=(gtk3 imlib2 startup-notification)
+makedepends=(cmake git ninja setconf)
+source=("git+https://gitlab.com/o9000/tint2#commit=f628cba9668e5243c6433f87a42675019a02d066") # tag: v17.0.1
+b2sums=('SKIP')
+
+prepare() {
+  setconf $pkgname/get_version.sh VERSION="$pkgver"
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../$pkgname \
+    -D CMAKE_INSTALL_PREFIX=/usr \
+    -D ENABLE_TINT2CONF=1 \
+    -G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# getver: gitlab.com/o9000/tint2/raw/master/README.md



More information about the arch-commits mailing list