[arch-commits] Commit in breeze-grub (3 files)

Antonio Rojas arojas at archlinux.org
Fri Mar 4 06:55:13 UTC 2016


    Date: Friday, March 4, 2016 @ 07:55:13
  Author: arojas
Revision: 260779

archrelease: copy kde-unstable to kde-unstable-any

Added:
  breeze-grub/repos/
  breeze-grub/repos/kde-unstable-any/
  breeze-grub/repos/kde-unstable-any/PKGBUILD
    (from rev 260778, breeze-grub/kde-unstable/PKGBUILD)

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

Copied: breeze-grub/repos/kde-unstable-any/PKGBUILD (from rev 260778, breeze-grub/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-any/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-any/PKGBUILD	2016-03-04 06:55:13 UTC (rev 260779)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=breeze-grub
+pkgver=5.5.95
+pkgrel=1
+pkgdesc="Breeze theme for GRUB"
+arch=(any)
+url='https://projects.kde.org/breeze-grub'
+license=(LGPL)
+depends=(grub)
+makedepends=()
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('fb7716f66867a9725252d81ee403bb4d')
+
+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