[arch-commits] Commit in tint2/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Tue Dec 7 11:16:59 UTC 2021
Date: Tuesday, December 7, 2021 @ 11:16:58
Author: arodseth
Revision: 1065504
archrelease: copy trunk to community-x86_64
Added:
tint2/repos/community-x86_64/PKGBUILD
(from rev 1065503, tint2/trunk/PKGBUILD)
Deleted:
tint2/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-07 11:16:53 UTC (rev 1065503)
+++ PKGBUILD 2021-12-07 11:16:58 UTC (rev 1065504)
@@ -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.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
Copied: tint2/repos/community-x86_64/PKGBUILD (from rev 1065503, tint2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-07 11:16:58 UTC (rev 1065504)
@@ -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.2
+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+$url#commit=f8f9c18cef88239688c62fdba70db9b082e1f0f4") # tag: v17.0.2
+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