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

Felix Yan felixonmars at archlinux.org
Thu Dec 24 10:14:19 UTC 2020


    Date: Thursday, December 24, 2020 @ 10:14:19
  Author: felixonmars
Revision: 787005

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-24 10:14:16 UTC (rev 787004)
+++ PKGBUILD	2020-12-24 10:14:19 UTC (rev 787005)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=ukui-settings-daemon
-pkgver=3.0.2
-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=('geoclue' 'gnome-desktop' 'gsettings-qt' 'gtk3' 'kconfig' 'imlib2' 'libmatekbd'
-         'libmatemixer' 'libnotify' 'libxklavier' 'mate-desktop' 'qt5-sensors' 'qt5-svg' 'qt5-x11extras')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-settings-daemon/archive/v$pkgver.tar.gz")
-sha512sums=('e136aca22e389218d97843ea839fec3fc83b3d3952b229c5dfd189a30d2c71e253a15022e9a20cfaad55ef7275cf0cf09977631112fd124667a8e73700e47db0')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|udev.path = /lib/udev/rules.d/|udev.path = /usr/lib/udev/rules.d/|' plugins/mouse/mouse.pro
-}
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: ukui-settings-daemon/repos/community-x86_64/PKGBUILD (from rev 787003, ukui-settings-daemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-24 10:14:19 UTC (rev 787005)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=ukui-settings-daemon
+pkgver=3.0.3
+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=('geoclue' 'gnome-desktop' 'gsettings-qt' 'gtk3' 'kconfig' 'imlib2' 'libmatekbd'
+         'libmatemixer' 'libnotify' 'libxklavier' 'mate-desktop' 'qt5-sensors' 'qt5-svg' 'qt5-x11extras')
+makedepends=('qt5-tools' 'xorg-server-devel')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-settings-daemon/archive/v$pkgver.tar.gz")
+sha512sums=('42e543492ed1230077d330cd2badf221ddc1ac6d80a7f69dc4073a743f50ac79cfe11fe3967f49453fdfb953d9698ebe149510d2b58a2c3d326746f4745747a1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|udev.path = /lib/udev/rules.d/|udev.path = /usr/lib/udev/rules.d/|' plugins/mouse/mouse.pro
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list