diff options
author | Martin Wimpress <[email protected]> | 2013-11-13 12:01:39 +0000 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2013-11-13 12:01:39 +0000 |
commit | 5da5c1fb8f0376ac1279349362e33080359b49d5 (patch) | |
tree | b76441b95370ab43dd5557b88ef136c15d60b5d3 /distro/archlinux/PKGBUILD | |
parent | 8790aaa4b1a7a02839e210df17f7f62c77daa26e (diff) | |
download | mate-desktop-5da5c1fb8f0376ac1279349362e33080359b49d5.tar.bz2 mate-desktop-5da5c1fb8f0376ac1279349362e33080359b49d5.tar.xz |
Remove distro folder.
Diffstat (limited to 'distro/archlinux/PKGBUILD')
-rw-r--r-- | distro/archlinux/PKGBUILD | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD deleted file mode 100644 index 077863b..0000000 --- a/distro/archlinux/PKGBUILD +++ /dev/null @@ -1,38 +0,0 @@ -pkgname=mate-desktop -pkgver=custom -pkgrel=1 -pkgdesc="Library with common API for various MATE modules" -arch=(i686 x86_64) -license=(GPL LGPL) -depends=('libunique' 'hicolor-icon-theme' 'gvfs-obexftp' 'obexd-client') -makedepends=('mate-doc-utils' 'intltool') -options=('!emptydirs' '!libtool') -url="http://mate-desktop.org/" -groups=('mate') -source=() -sha256sums=() -install=mate-desktop.install - -build() { - cd "${srcdir}/../../../" - - ./autogen.sh \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --disable-static \ - --disable-scrollkeeper \ - --disable-startup-notification \ - --enable-unique || return 1 - # --with-gtk=3.0 \ - # --enable-gnucat - make || return 1 -} - -package() { - cd "${srcdir}/../../../" - make DESTDIR="$pkgdir" install - - # prevent conflicts errors - # mv "${pkgdir}/usr/share/omf" "${pkgdir}/usr/share/mate-omf" -} |