[arch-commits] Commit in breeze-grub/repos (testing-any testing-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Aug 26 18:16:21 UTC 2016


    Date: Friday, August 26, 2016 @ 18:16:20
  Author: felixonmars
Revision: 274742

archrelease: copy trunk to testing-any

Added:
  breeze-grub/repos/testing-any/
  breeze-grub/repos/testing-any/PKGBUILD
    (from rev 274741, breeze-grub/trunk/PKGBUILD)

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

Copied: breeze-grub/repos/testing-any/PKGBUILD (from rev 274741, breeze-grub/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2016-08-26 18:16:20 UTC (rev 274742)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=breeze-grub
+pkgver=5.7.4
+pkgrel=1
+pkgdesc="Breeze theme for GRUB"
+arch=(any)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(grub)
+makedepends=()
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4e22a92cf2bd3bc1a44dec456617c237bc3a9f2f77ed2b0d78a346e86b503d3e'
+            'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+              '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+              'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+package() {
+  install -d "$pkgdir"/boot/grub/themes
+  cp -r $pkgname-$pkgver/breeze "$pkgdir"/boot/grub/themes
+}



More information about the arch-commits mailing list