[arch-commits] Commit in tint2/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Aug 13 23:16:11 UTC 2018
Date: Monday, August 13, 2018 @ 23:16:11
Author: arodseth
Revision: 371343
archrelease: copy trunk to community-x86_64
Added:
tint2/repos/community-x86_64/PKGBUILD
(from rev 371342, tint2/trunk/PKGBUILD)
Deleted:
tint2/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-13 23:15:49 UTC (rev 371342)
+++ PKGBUILD 2018-08-13 23:16:11 UTC (rev 371343)
@@ -1,38 +0,0 @@
-# $Id$
-# 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=16.4
-pkgrel=1
-pkgdesc='Basic, good-looking task manager for WMs'
-arch=('x86_64')
-url='https://gitlab.com/o9000/tint2'
-license=('GPL2')
-depends=('gtk2' 'imlib2' 'startup-notification')
-makedepends=('cmake' 'git' 'ninja' 'setconf' 'startup-notification')
-source=("git+https://gitlab.com/o9000/tint2.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
- setconf $pkgname/get_version.sh VERSION="$pkgver"
-}
-
-build() {
- mkdir -p build
- cd build
- cmake ../$pkgname \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DENABLE_TINT2CONF=1 \
- -GNinja
- ninja
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C build install
-}
-
-# getver: gitlab.com/o9000/tint2/raw/master/README.md
-# vim: ts=2 sw=2 et:
Copied: tint2/repos/community-x86_64/PKGBUILD (from rev 371342, tint2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-13 23:16:11 UTC (rev 371343)
@@ -0,0 +1,38 @@
+# $Id$
+# 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=16.4
+pkgrel=1
+pkgdesc='Basic, good-looking task manager for WMs'
+arch=('x86_64')
+url='https://gitlab.com/o9000/tint2'
+license=('GPL2')
+depends=('gtk2' 'imlib2' 'startup-notification')
+makedepends=('cmake' 'git' 'ninja' 'setconf' 'startup-notification')
+source=("git+https://gitlab.com/o9000/tint2.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+ setconf $pkgname/get_version.sh VERSION="$pkgver"
+}
+
+build() {
+ mkdir -p build
+ cd build
+ cmake ../$pkgname \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DENABLE_TINT2CONF=1 \
+ -GNinja
+ ninja
+}
+
+package() {
+ DESTDIR="$pkgdir" ninja -C build install
+}
+
+# getver: gitlab.com/o9000/tint2/raw/master/ChangeLog
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list