forked from archlinux/svntogit-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archrelease: copy trunk to extra-any
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |