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

Felix Yan felixonmars at archlinux.org
Thu Jun 7 06:09:31 UTC 2018


    Date: Thursday, June 7, 2018 @ 06:09:31
  Author: felixonmars
Revision: 341664

archrelease: copy trunk to community-x86_64

Added:
  systemd-ui/repos/community-x86_64/PKGBUILD
    (from rev 341663, systemd-ui/trunk/PKGBUILD)
Deleted:
  systemd-ui/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-07 06:09:06 UTC (rev 341663)
+++ PKGBUILD	2018-06-07 06:09:31 UTC (rev 341664)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Jameson Pugh <imntreal at gmail.com>
-
-pkgname=systemd-ui
-pkgver=3
-pkgrel=2
-pkgdesc="Graphical front-end for systemd"
-arch=('i686' 'x86_64')
-url="https://www.freedesktop.org/wiki/Software/systemd"
-license=('GPL')
-depends=('gtk3' 'libgee' 'libnotify')
-makedepends=('vala' 'docbook-xsl' 'libxslt')
-source=("https://www.freedesktop.org/software/systemd/$pkgname-$pkgver.tar.xz")
-sha256sums=('455e65000abf39bbccd937786b5f0d7c76ea631b6f28d7142f007fa141338dad')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: systemd-ui/repos/community-x86_64/PKGBUILD (from rev 341663, systemd-ui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-07 06:09:31 UTC (rev 341664)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jameson Pugh <imntreal at gmail.com>
+
+pkgname=systemd-ui
+pkgver=3
+pkgrel=3
+pkgdesc="Graphical front-end for systemd"
+arch=('x86_64')
+url="https://www.freedesktop.org/wiki/Software/systemd"
+license=('GPL')
+depends=('gtk3' 'libgee' 'libnotify')
+makedepends=('vala' 'docbook-xsl' 'libxslt')
+source=("https://www.freedesktop.org/software/systemd/$pkgname-$pkgver.tar.xz")
+sha512sums=('babc81dc6c205b3b95d19b4c762e2658c02942db884384f25324f63b4dca3cdafdb1b12e1a63ff33f9ff0c8152529cc700a1173c888cf4f6e3a9f0992889c9cd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list