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.
Initial release. git-svn-id: file:///srv/repos/svn-packages/svn@1521 eb2447ed-0c53-47e4-bac8-5bc4a241df78
- Loading branch information
thayer
committed
May 13, 2008
1 parent
2118b66
commit bcbad92
Showing
2 changed files
with
25 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
2008-05-12 Thayer Williams <[email protected]> | ||
|
||
* 1.0-1 : | ||
Initial release. | ||
|
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# $Id$ | ||
# Maintainer: Thayer Williams <[email protected]> | ||
|
||
pkgname=archlinux-themes-slim | ||
pkgver=1.0 | ||
pkgrel=1 | ||
pkgdesc="Arch Linux themes for the SLiM login manager" | ||
arch=(i686 x86_64) | ||
url="http://www.archlinux.org" | ||
license=('CCPL:by-nc-sa') | ||
depends=('slim') | ||
source=(ftp://ftp.archlinux.org/other/artwork/${pkgname}-${pkgver}.tar.gz) | ||
md5sums=('4b751e3e9d0473dcd2e3ccfc43c02e24') | ||
|
||
build() { | ||
cd "$srcdir/" | ||
mkdir -p $startdir/pkg/usr/share/slim/themes | ||
mv archlinux-*/ $startdir/pkg/usr/share/slim/themes | ||
} | ||
|