[arch-commits] Commit in budie-extras/repos (3 files)

Filipe Laíns ffy00 at archlinux.org
Sun Sep 16 23:03:51 UTC 2018


    Date: Sunday, September 16, 2018 @ 23:03:50
  Author: ffy00
Revision: 382261

archrelease: copy trunk to community-x86_64

Added:
  budie-extras/repos/community-x86_64/
  budie-extras/repos/community-x86_64/PKGBUILD
    (from rev 382260, budie-extras/trunk/PKGBUILD)
Deleted:
  budie-extras/repos/community-any/

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

Copied: budie-extras/repos/community-x86_64/PKGBUILD (from rev 382260, budie-extras/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-09-16 23:03:50 UTC (rev 382261)
@@ -0,0 +1,31 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=budgie-extras
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Additional Budgie Desktop enhancements for the user experience"
+arch=('x86_64')
+license=('GPL3')
+depends=('budgie-desktop' 'wmctrl' 'xdotool' 'xprintidle' 'python' 'python-gobject' 'python-cairo'
+         'zenity' 'vorbis-tools' 'python-psutil' 'sound-theme-freedesktop' 'imagemagick' 'python-pillow'
+         'python-svgwrite' 'cairosvg' 'python-pyudev' 'python-requests' 'libpeas' 'json-glib')
+makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool')
+url="https://github.com/UbuntuBudgie/budgie-extras"
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('154d6cf06a2fee7c4fc044064508381d70ca5cfa242770f7a23961e6d7c996ee7fc780f58642eed67f2af3d2dfeada6171260559d4ec87b78ca3102690c0517e')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="${pkgdir}" ninja install
+}
+



More information about the arch-commits mailing list