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

Antonio Rojas arojas at archlinux.org
Tue May 10 16:02:58 UTC 2016


    Date: Tuesday, May 10, 2016 @ 18:02:56
  Author: arojas
Revision: 267354

archrelease: copy trunk to extra-any

Added:
  breeze-grub/repos/extra-any/PKGBUILD
    (from rev 267353, breeze-grub/trunk/PKGBUILD)
Deleted:
  breeze-grub/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-10 16:02:33 UTC (rev 267353)
+++ PKGBUILD	2016-05-10 16:02:56 UTC (rev 267354)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=breeze-grub
-pkgver=5.6.3
-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=('d20453b23f8dff17783457013b4a9de6')
-
-prepare() {
-  mkdir -p build
-}
-
-package() {
-  install -d "$pkgdir"/boot/grub/themes
-  cp -r $pkgname-$pkgver/breeze "$pkgdir"/boot/grub/themes
-}

Copied: breeze-grub/repos/extra-any/PKGBUILD (from rev 267353, breeze-grub/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-05-10 16:02:56 UTC (rev 267354)
@@ -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.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")
+md5sums=('da24e7a6f0b8d2f372a57d5fdb603ee3')
+
+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