debian-gdm-themes-0.6.2-1

This commit is contained in:
Jaroslav Lichtblau 2014-12-03 09:13:05 +01:00
parent 293b97b375
commit a1ea3168d3
2 changed files with 15 additions and 15 deletions

View file

@ -1,14 +1,13 @@
pkgbase = debian-gdm-themes
pkgdesc = Themes for the GNOME Display Manager
pkgver = 0.6.1
pkgver = 0.6.2
pkgrel = 1
url = http://packages.debian.org/sid/gdm-themes
arch = i686
arch = x86_64
url = https://packages.debian.org/squeeze/gnome/gdm-themes
arch = any
license = GPL2
depends = gdm
source = http://old-releases.ubuntu.com/ubuntu/pool/universe/g/gdm-themes/gdm-themes_0.6.1.tar.gz
md5sums = 111f67620355c34f4005fdd3dc76bf1d
source = http://ftp.de.debian.org/debian/pool/main/g/gdm-themes/gdm-themes_0.6.2.tar.gz
md5sums = 37ae0fb8d9f1e92ba5c320640f270e8d
pkgname = debian-gdm-themes

View file

@ -1,19 +1,20 @@
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: simo91 <simo91.linux@gmail.com>
pkgname=debian-gdm-themes
pkgver=0.6.1
pkgver=0.6.2
pkgrel=1
pkgdesc="Themes for the GNOME Display Manager"
arch=('i686' 'x86_64')
url="http://packages.debian.org/sid/gdm-themes"
arch=('any')
url="https://packages.debian.org/squeeze/gnome/gdm-themes"
license=('GPL2')
depends=('gdm')
source=(http://old-releases.ubuntu.com/ubuntu/pool/universe/g/gdm-themes/gdm-themes_${pkgver}.tar.gz)
md5sums=('111f67620355c34f4005fdd3dc76bf1d')
source=(http://ftp.de.debian.org/debian/pool/main/g/gdm-themes/gdm-themes_${pkgver}.tar.gz)
md5sums=('37ae0fb8d9f1e92ba5c320640f270e8d')
package() {
cd ${srcdir}/gdm-themes-${pkgver}
install -d ${pkgdir}/usr/share/gdm/themes
mv */ ${pkgdir}/usr/share/gdm/themes
cd "${srcdir}"/gdm-themes-$pkgver
install -d "${pkgdir}"/usr/share/gdm/themes
mv */ "${pkgdir}"/usr/share/gdm/themes
}