[arch-commits] Commit in ukui-settings-daemon/repos/community-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Thu Mar 26 14:23:35 UTC 2020


    Date: Thursday, March 26, 2020 @ 14:23:35
  Author: felixonmars
Revision: 604474

archrelease: copy trunk to community-x86_64

Added:
  ukui-settings-daemon/repos/community-x86_64/PKGBUILD
    (from rev 604473, ukui-settings-daemon/trunk/PKGBUILD)
Deleted:
  ukui-settings-daemon/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-26 14:23:21 UTC (rev 604473)
+++ PKGBUILD	2020-03-26 14:23:35 UTC (rev 604474)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=ukui-settings-daemon
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Daemon handling the UKUI session settings"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/ukui-settings-daemon"
-groups=('ukui')
-depends=('dbus-glib' 'gtk3' 'libmatekbd' 'libmatemixer' 'libnotify' 'libpulse' 'libxklavier' 'mate-desktop' 'nss')
-makedepends=('mate-common')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-settings-daemon/archive/v$pkgver.tar.gz")
-sha512sums=('35dc49f972c08ce25b1f91a0105dfb5974b14e2fc02dc79da749174a6f9a13b5e39289964c4ee2c77b37d29ca4c2b9039c50608fec8b95df1ab139776ed80f63')
-
-prepare() {
-  cd $pkgname-$pkgver
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ukui-settings-daemon/repos/community-x86_64/PKGBUILD (from rev 604473, ukui-settings-daemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-26 14:23:35 UTC (rev 604474)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=ukui-settings-daemon
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Daemon handling the UKUI session settings"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/ukui-settings-daemon"
+groups=('ukui')
+depends=('dbus-glib' 'gtk3' 'libmatekbd' 'libmatemixer' 'libnotify' 'libpulse' 'libxklavier' 'mate-desktop' 'nss')
+makedepends=('intltool' 'mate-common')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-settings-daemon/archive/v$pkgver.tar.gz")
+sha512sums=('8297232623541d79ff6d6b64d3f4b6c172212816319df61d914e6bb731bfb541a4d24272ddd328be84fde55c08338527f005f15e9b000ba5f6d451d292ca29e3')
+
+prepare() {
+  cd $pkgname-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list