summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpapajoker2015-07-01 13:04:04 +0200
committerpapajoker2015-07-01 13:04:04 +0200
commit154f5b6798fea93704e7787f46bf24ca97f33325 (patch)
tree2a95072979da3a9cd851d1504026cb8d65d9f495
parenta0462db58d786c7d15da7a59cbe9c0890d7d198e (diff)
downloadaur-154f5b6798fea93704e7787f46bf24ca97f33325.tar.gz
add langs
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6227721f984b..1c2b3b942f8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,11 @@
# Maintainer: Papajoker <papajoker [at] archlinux [dot] info>
pkgname=plus-dm
pkgver=0.1.0
-pkgrel=0
+pkgrel=1
pkgdesc="DM choise at startx"
arch=('any')
url="https://github.com/papajoker/plus-dm"
license=('GPL')
-groups=()
depends=('pacman')
makedepends=('git')
optdepends=('kdialog: KDE dialog box'
@@ -24,5 +23,6 @@ md5sums=('SKIP')
package() {
cd "$srcdir/$pkgname"
install -Dm755 ./${pkgname}.sh ${pkgdir}/etc/X11/xinit/xinitrc.d/${pkgname}.sh
- install -Dm644 ./${pkgname}.model.conf ${pkgdir}/etc/${pkgname}.model.conf
+ install -Dm644 ./etc/${pkgname}.model.conf ${pkgdir}/etc/${pkgname}.model.conf
+ install -Dm644 ./${pkgname}.fr ${pkgdir}/usr/share/locale/fr/LC_MESSAGES/${pkgname}
}