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

Sergej Pupykin spupykin at archlinux.org
Wed Feb 10 20:23:47 UTC 2021


    Date: Wednesday, February 10, 2021 @ 20:23:47
  Author: spupykin
Revision: 854100

archrelease: copy trunk to community-x86_64

Added:
  stalonetray/repos/community-x86_64/PKGBUILD
    (from rev 854099, stalonetray/trunk/PKGBUILD)
Deleted:
  stalonetray/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-10 20:23:39 UTC (rev 854099)
+++ PKGBUILD	2021-02-10 20:23:47 UTC (rev 854100)
@@ -1,32 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=stalonetray
-pkgver=0.8.3
-pkgrel=4
-pkgdesc="STAnd-aLONE sysTRAY. It has minimal build and run-time dependencies: the Xlib only."
-arch=('x86_64')
-url="https://github.com/kolbusa/stalonetray"
-license=('GPL')
-depends=('libx11' 'libxpm')
-makedepends=('libxslt' 'docbook-xsl')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kolbusa/stalonetray/archive/v$pkgver.tar.gz")
-sha512sums=('5aee6a0bc85f90ba5ff187da8d9c510d301b794ebdfe36abce2643a0426dc4495da0e5c696c61af201e95e4e05b6414e90d8fcd5c047417ad8f7b2aba6affae0')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  XSLVER=$(pacman -Q docbook-xsl | cut -d' ' -f2 | cut -d- -f1)
-  sed -i "s|/usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl|/usr/share/xml/docbook/xsl-stylesheets-$XSLVER/manpages/docbook.xsl|g" Makefile.am
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  test -x configure || aclocal && autoheader && autoconf && automake --add-missing
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 stalonetrayrc.sample.in "$pkgdir"/etc/stalonetrayrc # FIXME
-}

Copied: stalonetray/repos/community-x86_64/PKGBUILD (from rev 854099, stalonetray/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-10 20:23:47 UTC (rev 854100)
@@ -0,0 +1,32 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=stalonetray
+pkgver=0.8.4
+pkgrel=1
+pkgdesc="STAnd-aLONE sysTRAY. It has minimal build and run-time dependencies: the Xlib only."
+arch=('x86_64')
+url="https://github.com/kolbusa/stalonetray"
+license=('GPL')
+depends=('libx11' 'libxpm')
+makedepends=('libxslt' 'docbook-xsl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kolbusa/stalonetray/archive/v$pkgver.tar.gz")
+sha512sums=('3afdeb7794171f490c5eca631c574003a00bbed863b9caf4024e1b064772d3c24ea3836f280eeab1d50def67928f4d08d3d375047f43bcc39f16a3250015ff2b')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  XSLVER=$(pacman -Q docbook-xsl | cut -d' ' -f2 | cut -d- -f1)
+  sed -i "s|/usr/share/sgml/docbook/stylesheet/xsl/nwalsh|/usr/share/xml/docbook/xsl-stylesheets-$XSLVER|g" configure.ac
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  test -x configure || aclocal && autoheader && autoconf && automake --add-missing
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 stalonetrayrc.sample.in "$pkgdir"/etc/stalonetrayrc # FIXME
+}



More information about the arch-commits mailing list