[arch-commits] Commit in i3status/repos/community-x86_64 (3 files)
Daniel M. Capella
polyzen at archlinux.org
Thu Jul 18 21:06:00 UTC 2019
Date: Thursday, July 18, 2019 @ 21:05:59
Author: polyzen
Revision: 491944
archrelease: copy trunk to community-x86_64
Added:
i3status/repos/community-x86_64/PKGBUILD
(from rev 491943, i3status/trunk/PKGBUILD)
Deleted:
i3status/repos/community-x86_64/PKGBUILD
i3status/repos/community-x86_64/i3status.install
------------------+
PKGBUILD | 89 ++++++++++++++++++++++++++---------------------------
i3status.install | 9 -----
2 files changed, 44 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-07-18 21:05:25 UTC (rev 491943)
+++ PKGBUILD 2019-07-18 21:05:59 UTC (rev 491944)
@@ -1,45 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
-# Maintainer: Levente Polyak <anthraxx at archlinux.org>
-# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
-# Contributor: Ingo Bürk <ingo.buerk at airblader.de>
-# Contributor: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=i3status
-pkgver=2.13
-pkgrel=1
-pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
-arch=('x86_64')
-url='https://i3wm.org/i3status/'
-license=('BSD')
-groups=('i3')
-depends=('alsa-lib' 'confuse' 'libnl' 'libpulse' 'yajl')
-makedepends=('asciidoc' 'xmlto')
-backup=('etc/i3status.conf')
-install=i3status.install
-options=('docs')
-source=("$url/$pkgname-$pkgver.tar.bz2"{,.asc})
-md5sums=('dd9001fb9ed732142d4d7194b77486cf'
- 'SKIP')
-validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
-
-build() {
- cd $pkgname-$pkgver
- autoreconf --force --install
- mkdir build && cd build
-
- ../configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --disable-sanitizers
-
- # See https://lists.archlinux.org/pipermail/arch-dev-public/2013-April/024776.html
- make CPPFLAGS+="-U_FORTIFY_SOURCE"
-}
-
-package() {
- cd $pkgname-$pkgver/build
- make DESTDIR="$pkgdir" install
- install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname ../LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
Copied: i3status/repos/community-x86_64/PKGBUILD (from rev 491943, i3status/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-07-18 21:05:59 UTC (rev 491944)
@@ -0,0 +1,44 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Maintainer: Levente Polyak <anthraxx at archlinux.org>
+# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
+# Contributor: Ingo Bürk <ingo.buerk at airblader.de>
+# Contributor: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=i3status
+pkgver=2.13
+pkgrel=2
+pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
+arch=('x86_64')
+url='https://i3wm.org/i3status/'
+license=('BSD')
+groups=('i3')
+depends=('alsa-lib' 'confuse' 'libnl' 'libpulse' 'yajl')
+makedepends=('asciidoc' 'xmlto')
+backup=('etc/i3status.conf')
+options=('docs')
+source=("$url/$pkgname-$pkgver.tar.bz2"{,.asc})
+md5sums=('dd9001fb9ed732142d4d7194b77486cf'
+ 'SKIP')
+validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
+
+build() {
+ cd $pkgname-$pkgver
+ autoreconf --force --install
+ mkdir build && cd build
+
+ ../configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-sanitizers
+
+ # See https://lists.archlinux.org/pipermail/arch-dev-public/2013-April/024776.html
+ make CPPFLAGS+="-U_FORTIFY_SOURCE"
+}
+
+package() {
+ cd $pkgname-$pkgver/build
+ make DESTDIR="$pkgdir" install
+ install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname ../LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: i3status.install
===================================================================
--- i3status.install 2019-07-18 21:05:25 UTC (rev 491943)
+++ i3status.install 2019-07-18 21:05:59 UTC (rev 491944)
@@ -1,9 +0,0 @@
-post_install() {
- setcap 'CAP_NET_ADMIN=ep' /usr/bin/i3status
-}
-
-post_upgrade() {
- post_install $1
-}
-
-# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list