[arch-commits] Commit in deepin-grub2-themes/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
fyan at archlinux.org
Tue Nov 24 07:29:47 UTC 2015
Date: Tuesday, November 24, 2015 @ 08:29:47
Author: fyan
Revision: 147627
archrelease: copy trunk to community-any
Added:
deepin-grub2-themes/repos/community-any/PKGBUILD
(from rev 147626, deepin-grub2-themes/trunk/PKGBUILD)
Deleted:
deepin-grub2-themes/repos/community-any/PKGBUILD
----------+
PKGBUILD | 44 +++++++++++++++++++++++---------------------
1 file changed, 23 insertions(+), 21 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-11-24 07:29:32 UTC (rev 147626)
+++ PKGBUILD 2015-11-24 07:29:47 UTC (rev 147627)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=deepin-grub2-themes
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Deepin grub2 themes'
-arch=('any')
-license=('LGPL3')
-url="https://gitcafe.com/Deepin/deepin-grub2-themes"
-makedepends=('git')
-groups=('deepin')
-source=("git+https://github.com/linuxdeepin/deepin-grub2-themes.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-}
Copied: deepin-grub2-themes/repos/community-any/PKGBUILD (from rev 147626, deepin-grub2-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-11-24 07:29:47 UTC (rev 147627)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-grub2-themes
+pkgver=1.0.0
+pkgrel=2
+pkgdesc='Deepin grub2 themes'
+arch=('any')
+license=('LGPL3')
+url="https://gitcafe.com/Deepin/deepin-grub2-themes"
+makedepends=('git')
+conflicts=('grub-theme-deepin')
+replaces=('grub-theme-deepin')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/deepin-grub2-themes.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list