[arch-commits] Commit in ukui-settings-daemon/repos/community-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Mon Feb 24 17:55:42 UTC 2020
Date: Monday, February 24, 2020 @ 17:55:41
Author: felixonmars
Revision: 580671
archrelease: copy trunk to community-x86_64
Added:
ukui-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 580670, 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-02-24 17:55:25 UTC (rev 580670)
+++ PKGBUILD 2020-02-24 17:55:41 UTC (rev 580671)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=ukui-settings-daemon
-pkgver=1.1.7
-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=('e707ab6b1729c2e633d0fe0a20565d947e2c649939f575412a04136f0e540d49c30a0050a8848df22bf0fd54954ec7055f115f86d02d0b66ba7b2c6d49e16c4e')
-
-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 580670, ukui-settings-daemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-02-24 17:55:41 UTC (rev 580671)
@@ -0,0 +1,30 @@
+# 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
+}
More information about the arch-commits
mailing list