[arch-commits] Commit in breeze-grub/repos/extra-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue May 10 18:25:47 UTC 2016
Date: Tuesday, May 10, 2016 @ 20:25:46
Author: arojas
Revision: 267621
archrelease: copy trunk to extra-any
Added:
breeze-grub/repos/extra-any/PKGBUILD
(from rev 267620, 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 18:25:35 UTC (rev 267620)
+++ PKGBUILD 2016-05-10 18:25:46 UTC (rev 267621)
@@ -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.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
-}
Copied: breeze-grub/repos/extra-any/PKGBUILD (from rev 267620, breeze-grub/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-05-10 18:25:46 UTC (rev 267621)
@@ -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=('a438de4812040d48490535b75e6c22fb')
+
+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