[arch-commits] Commit in budgie-extras/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Tue Jul 30 07:46:55 UTC 2019


    Date: Tuesday, July 30, 2019 @ 07:46:54
  Author: ffy00
Revision: 495151

upgpkg: budgie-extras 0.9.0-1

Modified:
  budgie-extras/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-30 07:45:56 UTC (rev 495150)
+++ PKGBUILD	2019-07-30 07:46:54 UTC (rev 495151)
@@ -1,7 +1,8 @@
 # Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
 
 pkgname=budgie-extras
-pkgver=0.8.3
+pkgver=0.9.0
+_quickchar_ref=3bf255325194d8710c358684f44ee5687c57ffba
 pkgrel=1
 pkgdesc='Additional Budgie Desktop enhancements for the user experience'
 arch=('x86_64')
@@ -9,11 +10,18 @@
 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')
+         '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")
-sha512sums=('1cfb95fbab1ebf97debedc442e8012670ed69ca18687d2ce37eb97d0f7c7b67ebcae8024b64cf1515c95c194dc86ef4e8f48cf7e4a06664c867fb82cf6a82436')
+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=('a92c25a3c9fc2106551269c42fe1a4db05035198c3232685621279d3ff96ba5ecccfaa41536a0e2b029fa31c20fb3f2bbc005d4df66f1efc6da471e24daf1f2a'
+            '6f7e5aa09dccc85b17ccc22fdedc7473727cf3ae2cc5e3664afba837e521a2f633028f79d70147d23835731e2de7716d236bf2f3357958064c54a854f872f1b6')
 
+prepare() {
+  cp -r QuickChar-$_quickchar_ref/* $pkgname-$pkgver/budgie-quickchar/quickchar
+}
+
 build() {
   mkdir -p $pkgname-$pkgver/build
   cd $pkgname-$pkgver/build



More information about the arch-commits mailing list