summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f78ee0d59c9a3de3b58120f1d996a80598dc4a9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer: Papajoker <papajoker [at] archlinux [dot] info>
pkgname=plus-dm
pkgver=0.1.1
pkgrel=0
pkgdesc="DM choise at startx"
arch=('any')
url="https://github.com/papajoker/plus-dm"
license=('GPL')
depends=('xorg-xinit' 'pacman')
makedepends=('git')
optdepends=('kdebase-kdialog: KDE dialog box'
        'zenity: GTK dialog box')
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
source=("$pkgname::git+http://github.com/papajoker/plus-dm#branch=master")
noextract=()
md5sums=('SKIP')

package() {
  cd "$srcdir/$pkgname"
  install -Dm755 ./${pkgname}.sh ${pkgdir}/etc/X11/xinit/${pkgname}.sh
  install -Dm644 ./etc/${pkgname}.model.conf ${pkgdir}/etc/${pkgname}.model.conf
  install -Dm644 ./${pkgname}.fr ${pkgdir}/usr/share/locale/fr/LC_MESSAGES/${pkgname}
}