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

Felix Yan fyan at archlinux.org
Tue Mar 22 14:29:34 UTC 2016


    Date: Tuesday, March 22, 2016 @ 15:29:33
  Author: fyan
Revision: 262268

archrelease: copy trunk to kde-unstable-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-22 14:29:08 UTC (rev 262267)
+++ PKGBUILD	2016-03-22 14:29:33 UTC (rev 262268)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=breeze-grub
-pkgver=5.5.95
-pkgrel=2
-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"
-	breeze-grub-remove-unsupported-options.patch::"https://quickgit.kde.org/?p=breeze-grub.git&a=commitdiff&h=a978617a&o=plain")
-md5sums=('fb7716f66867a9725252d81ee403bb4d'
-         '0fd65b9f167678b04b7bd2be7fce6791')
-
-prepare() {
-  mkdir -p build
-
-# Remove unsupported options
-  cd $pkgname-$pkgver
-  patch -p1 -i ../breeze-grub-remove-unsupported-options.patch
-}
-
-package() {
-  install -d "$pkgdir"/boot/grub/themes
-  cp -r $pkgname-$pkgver/breeze "$pkgdir"/boot/grub/themes
-}

Copied: breeze-grub/repos/kde-unstable-any/PKGBUILD (from rev 262267, breeze-grub/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-03-22 14:29:33 UTC (rev 262268)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=breeze-grub
+pkgver=5.6.0
+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/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('ea4209e98097b42423859295be795e55')
+
+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