diff options
author | root <root@rshg054.dnsready.net> | 2011-10-12 23:14:40 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-12 23:14:40 +0000 |
commit | b79408ae7429f4e5c99582cb55127b6e86b7fdac (patch) | |
tree | 022f1f4179bb356f8c94ff00a4a56edbeaa7dc9c /extra/rox | |
parent | f482dc1bd42773a12552e5a60df119410a0d8bd8 (diff) |
Wed Oct 12 23:14:40 UTC 2011
Diffstat (limited to 'extra/rox')
-rw-r--r-- | extra/rox/PKGBUILD | 28 | ||||
-rw-r--r-- | extra/rox/rox.desktop | 5 |
2 files changed, 14 insertions, 19 deletions
diff --git a/extra/rox/PKGBUILD b/extra/rox/PKGBUILD index 799ad8d43..e8f231f4e 100644 --- a/extra/rox/PKGBUILD +++ b/extra/rox/PKGBUILD @@ -1,28 +1,26 @@ -# $Id: PKGBUILD 127760 2011-06-18 07:02:05Z eric $ +# $Id: PKGBUILD 140263 2011-10-11 07:46:57Z eric $ # Maintainer: tobias <tobias@archlinux.org> # Contributor: Jochem Kossen <j.kossen@home.nl> pkgname=rox -pkgver=2.10 -pkgrel=2 +pkgver=2.11 +pkgrel=1 pkgdesc="A small and fast file manager which can optionally manage the desktop background and panels" arch=('i686' 'x86_64') -license=('GPL2') +license=('GPL') url="http://roscidus.com/desktop/" -depends=('sh' 'libsm' 'libglade') -makedepends=('librsvg' 'python') -source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/rox-filer-${pkgver}.tar.bz2 \ - rox.desktop rox.svg rox.sh right-click.diff) -md5sums=('28e8494c9af783258ff86c830f8f0062' - '80e7a90e9d58375b25494fbdc01a05bd' +depends=('sh' 'libsm' 'gtk2') +makedepends=('librsvg' 'python2') +source=("http://downloads.sourceforge.net/${pkgname}/rox-filer-${pkgver}.tar.bz2" + 'rox.desktop' 'rox.svg' 'rox.sh') +md5sums=('0eebf05a67f7932367750ebf9faf215d' + 'de05c906395abd4402b0470c1bc2ae6e' '658c8648b51e215558e13e6afb2b5c76' - '31578a90b241f0a8d09c9f8587608d00' - '2b2105a33070ac09a6352c29a5a17e4e') + '31578a90b241f0a8d09c9f8587608d00') build() { - cd "${srcdir}/rox-filer-${pkgver}/ROX-Filer" - patch -p2 -i "${srcdir}/right-click.diff" - ./AppRun --compile + cd "${srcdir}/rox-filer-${pkgver}" + ./ROX-Filer/AppRun --compile # finally we render a png as fallback for svg unaware menu applications # Attention: always make sure you check the dimensions of the source-svg, # you can read the dimensions via inkscape's export function diff --git a/extra/rox/rox.desktop b/extra/rox/rox.desktop index b1a2014f7..93edfabcf 100644 --- a/extra/rox/rox.desktop +++ b/extra/rox/rox.desktop @@ -1,10 +1,7 @@ [Desktop Entry] Name=ROX Filer -Comment=ROX Filer Exec=rox Icon=rox Terminal=false -MultipleArgs=false Type=Application -Categories=Application;FileManager; - +Categories=System;Utility;Core;FileManager; |