summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9114f2e2ceee14aeed5177305015c6fab4c8c320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: simo91 <simo91.linux@gmail.com>

pkgname=debian-gdm-themes
pkgver=0.6.2
pkgrel=1
pkgdesc="Themes for the GNOME Display Manager"
arch=('any')
url="https://packages.debian.org/squeeze/gnome/gdm-themes"
license=('GPL2')
depends=('gdm')
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
}