[arch-commits] Commit in archlinux-appstream-data/repos/community-any (2 files)
Antonio Rojas
arojas at archlinux.org
Wed Sep 7 14:17:42 UTC 2016
Date: Wednesday, September 7, 2016 @ 14:17:41
Author: arojas
Revision: 188932
archrelease: copy trunk to community-any
Added:
archlinux-appstream-data/repos/community-any/PKGBUILD
(from rev 188931, archlinux-appstream-data/trunk/PKGBUILD)
Deleted:
archlinux-appstream-data/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-09-07 14:16:59 UTC (rev 188931)
+++ PKGBUILD 2016-09-07 14:17:41 UTC (rev 188932)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=archlinux-appstream-data
-pkgver=20160901
-pkgrel=1
-pkgdesc="Arch Linux application database for AppStream-based software centers"
-arch=(any)
-url="http://www.archlinux.org"
-license=(GPL)
-depends=()
-makedepends=()
-source=(http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}.xml.gz
- http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-64x64.tar.gz
- http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
-noextract=({core,extra,community}.xml.gz {core,extra,community}-icons-{64x64,128x128}.tar.gz)
-md5sums=('75677391d3f4d019f5b5d7fc46221598'
- 'f29345cbab08b4e85cebd9947e36dde9'
- 'b7904ef9e1da694a122e43bb2358dc58'
- '31f6566d35ccd604be46ed5b1f813cdf'
- '2f147f419ee6bdcfb7ffbde57e483a90'
- 'ef089540bd770e53b3df53d4b734a693'
- '31f6566d35ccd604be46ed5b1f813cdf'
- '498e9fec97160ddd042fe9ac6c4c0301'
- 'b88c7adf60a5d986d39892f8c0135227')
-
-package() {
- mkdir -p "$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
- for _repo in core extra community; do
- tar -xzf $_repo-icons-64x64.tar.gz -C "$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
- tar -xzf $_repo-icons-128x128.tar.gz -C "$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
- done
- cp *.xml.gz "$pkgdir"/usr/share/app-info/xmls/
-}
Copied: archlinux-appstream-data/repos/community-any/PKGBUILD (from rev 188931, archlinux-appstream-data/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-09-07 14:17:41 UTC (rev 188932)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=archlinux-appstream-data
+pkgver=20160907
+pkgrel=1
+pkgdesc="Arch Linux application database for AppStream-based software centers"
+arch=(any)
+url="http://www.archlinux.org"
+license=(GPL)
+depends=()
+makedepends=()
+source=(http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}.xml.gz
+ http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-64x64.tar.gz
+ http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
+noextract=({core,extra,community}.xml.gz {core,extra,community}-icons-{64x64,128x128}.tar.gz)
+md5sums=('9d2ec6705c9e1c9ba91135ef34c93dd9'
+ '84e1e75a9b7ff43890c816519dc5bbc3'
+ 'fcc013c41b1b997833b8d72df6f53b67'
+ '31f6566d35ccd604be46ed5b1f813cdf'
+ '1c89d454074c951892cca9862da98f9f'
+ 'f7de400909ff64d069e2d32eb9597aa1'
+ '31f6566d35ccd604be46ed5b1f813cdf'
+ '414b75a3d54b9bd345b49002aaa1347e'
+ '79f634504fbea150410d9ff90fc9910e')
+
+package() {
+ mkdir -p "$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
+ for _repo in core extra community; do
+ tar -xzf $_repo-icons-64x64.tar.gz -C "$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
+ tar -xzf $_repo-icons-128x128.tar.gz -C "$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
+ done
+ cp *.xml.gz "$pkgdir"/usr/share/app-info/xmls/
+}
More information about the arch-commits
mailing list