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

Filipe Laíns ffy00 at archlinux.org
Fri Aug 30 07:50:18 UTC 2019


    Date: Friday, August 30, 2019 @ 07:50:17
  Author: ffy00
Revision: 505171

archrelease: copy trunk to community-x86_64

Added:
  budgie-extras/repos/community-x86_64/PKGBUILD
    (from rev 505170, budgie-extras/trunk/PKGBUILD)
Deleted:
  budgie-extras/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-30 07:50:03 UTC (rev 505170)
+++ PKGBUILD	2019-08-30 07:50:17 UTC (rev 505171)
@@ -1,40 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=budgie-extras
-pkgver=0.9.1
-_quickchar_ref=3bf255325194d8710c358684f44ee5687c57ffba
-pkgrel=1
-pkgdesc='Additional Budgie Desktop enhancements for the user experience'
-arch=('x86_64')
-license=('GPL3')
-url='https://github.com/UbuntuBudgie/budgie-extras'
-depends=('budgie-desktop' 'wmctrl' 'xdotool' 'xprintidle' 'python' 'python-gobject' 'python-cairo' 'libgee'
-         'zenity' 'vorbis-tools' 'python-psutil' 'sound-theme-freedesktop' 'imagemagick' 'python-pillow'
-         'python-svgwrite' 'python-cairosvg' 'python-pyudev' 'python-requests' 'libpeas' 'json-glib'
-         'libkeybinder3')
-makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
-        "$pkgname-quickchar-$_quickchar_ref.tar.gz::https://github.com/UbuntuBudgie/QuickChar/archive/$_quickchar_ref.tar.gz")
-sha512sums=('a3c57cdf1e5a4ffeddd743d3f067e89229311607f0307afa7f635dd1b5dbd96b84bebe0087cfaa7e739c6e8d9b2486e47811261fe7d8d40155fc99345813aa59'
-            '6f7e5aa09dccc85b17ccc22fdedc7473727cf3ae2cc5e3664afba837e521a2f633028f79d70147d23835731e2de7716d236bf2f3357958064c54a854f872f1b6')
-
-prepare() {
-  cp -r QuickChar-$_quickchar_ref/* $pkgname-$pkgver/budgie-quickchar/quickchar
-}
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson .. \
-  	-D b_pie=false
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: budgie-extras/repos/community-x86_64/PKGBUILD (from rev 505170, budgie-extras/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-30 07:50:17 UTC (rev 505171)
@@ -0,0 +1,40 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=budgie-extras
+pkgver=0.9.1
+_quickchar_ref=3bf255325194d8710c358684f44ee5687c57ffba
+pkgrel=2
+pkgdesc='Additional Budgie Desktop enhancements for the user experience'
+arch=('x86_64')
+license=('GPL3')
+url='https://github.com/UbuntuBudgie/budgie-extras'
+depends=('budgie-desktop' 'wmctrl' 'xdotool' 'xprintidle' 'python' 'python-gobject' 'python-cairo' 'libgee'
+         'zenity' 'vorbis-tools' 'python-psutil' 'sound-theme-freedesktop' 'imagemagick' 'python-pillow'
+         'python-svgwrite' 'python-cairosvg' 'python-pyudev' 'python-requests' 'libpeas' 'json-glib'
+         'libkeybinder3' 'python-pyperclip' 'python-xlib')
+makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+        "$pkgname-quickchar-$_quickchar_ref.tar.gz::https://github.com/UbuntuBudgie/QuickChar/archive/$_quickchar_ref.tar.gz")
+sha512sums=('a3c57cdf1e5a4ffeddd743d3f067e89229311607f0307afa7f635dd1b5dbd96b84bebe0087cfaa7e739c6e8d9b2486e47811261fe7d8d40155fc99345813aa59'
+            '6f7e5aa09dccc85b17ccc22fdedc7473727cf3ae2cc5e3664afba837e521a2f633028f79d70147d23835731e2de7716d236bf2f3357958064c54a854f872f1b6')
+
+prepare() {
+  cp -r QuickChar-$_quickchar_ref/* $pkgname-$pkgver/budgie-quickchar/quickchar
+}
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson .. \
+  	-D b_pie=false
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+



More information about the arch-commits mailing list