[arch-commits] Commit in tint2/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Tue Nov 21 12:17:08 UTC 2017
Date: Tuesday, November 21, 2017 @ 12:17:07
Author: arodseth
Revision: 267782
archrelease: copy trunk to community-x86_64
Added:
tint2/repos/community-x86_64/PKGBUILD
(from rev 267781, tint2/trunk/PKGBUILD)
Deleted:
tint2/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-21 12:16:55 UTC (rev 267781)
+++ PKGBUILD 2017-11-21 12:17:07 UTC (rev 267782)
@@ -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=15.2
-pkgrel=1
-pkgdesc='Basic, good-looking task manager for WMs'
-arch=('x86_64' 'i686')
-url='https://gitlab.com/o9000/tint2'
-license=('GPL2')
-depends=('gtk2' 'imlib2' 'startup-notification')
-makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
-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/blob/master/README.md
-# vim:ts=2 sw=2 et:
Copied: tint2/repos/community-x86_64/PKGBUILD (from rev 267781, tint2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-11-21 12:17:07 UTC (rev 267782)
@@ -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=15.3
+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:
More information about the arch-commits
mailing list