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

Antonio Rojas arojas at archlinux.org
Sun Mar 6 18:14:43 UTC 2016


    Date: Sunday, March 6, 2016 @ 19:14:43
  Author: arojas
Revision: 261121

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

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-06 18:14:06 UTC (rev 261120)
+++ PKGBUILD	2016-03-06 18:14:43 UTC (rev 261121)
@@ -1,24 +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=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
-}

Copied: breeze-grub/repos/kde-unstable-any/PKGBUILD (from rev 261120, breeze-grub/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-03-06 18:14:43 UTC (rev 261121)
@@ -0,0 +1,30 @@
+# $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
+}



More information about the arch-commits mailing list