diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-18 04:05:10 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-18 04:05:10 +0000 |
commit | 9959727f4ef9acd6805bb372e98323a01468246e (patch) | |
tree | 52c209bd97c5b9ab6217c75dbf67bdc425775341 /community/subtle | |
parent | 0a765aad3e78dae0cc72b1a255b39a071f018963 (diff) |
Fri Jul 18 04:02:21 UTC 2014
Diffstat (limited to 'community/subtle')
-rw-r--r-- | community/subtle/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/subtle/PKGBUILD b/community/subtle/PKGBUILD index 73bc390bc..61c4a7a4a 100644 --- a/community/subtle/PKGBUILD +++ b/community/subtle/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 106073 2014-02-21 23:10:38Z anatolik $ +# $Id: PKGBUILD 115797 2014-07-16 23:28:39Z anatolik $ # Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com> # Contributor: Alexander Rødseth <rodseth@gmail.com> # Contributor: Angel Velasquez <angvp@archlinux.org> @@ -12,7 +12,7 @@ pkgname=subtle _hg_revision=3243 _hg_hash=43d1d0478c46 pkgver=0.11.r$_hg_revision -pkgrel=1 +pkgrel=2 pkgdesc='Grid-based manual tiling window manager' arch=(x86_64 i686) url='http://subtle.subforge.org/' @@ -48,4 +48,6 @@ package() { # regenerate config with proper $pkgdir, revision and cppflags are not needed at this step rake config destdir="$pkgdir" rake install + + install -D -m644 data/subtle.desktop "$pkgdir"/usr/share/applications/subtle.desktop } |