Skip to content

Commit

Permalink
archrelease: copy trunk to extra-any
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@215912 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
eric committed Jun 30, 2014
1 parent 55f6004 commit f29e283
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions archlinux-themes-slim/repos/extra-any/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# $Id$
# Maintainer: Thayer Williams <thayer@archlinux.org>
# Maintainer: Eric Bélanger <eric@archlinux.org>
# Contributor: Thayer Williams <[email protected]>

pkgname=archlinux-themes-slim
pkgver=1.2
pkgrel=3
pkgrel=4
pkgdesc="Arch Linux branded themes for the SLiM login manager"
arch=('any')
url="http://www.archlinux.org/"
license=('CCPL:cc-by-sa')
optdepends=('slim: login manager providing theme support')
source=("ftp://ftp.archlinux.org/other/artwork/${pkgname}-${pkgver}.tar.gz")
source=(ftp://ftp.archlinux.org/other/packages/artwork/${pkgname}-${pkgver}.tar.gz)
md5sums=('f9b7c231ec26c93fc89ecadfa2d0e250')

package() {
cd $srcdir/$pkgname-$pkgver
mkdir -p $pkgdir/usr/share/slim/themes
cp -a archlinux-*/ $pkgdir/usr/share/slim/themes
cd ${pkgname}-${pkgver}
install -d "${pkgdir}/usr/share/slim/themes"
cp -a archlinux-*/ "${pkgdir}/usr/share/slim/themes"
}

0 comments on commit f29e283

Please sign in to comment.