diff options
Diffstat (limited to 'network/xombrero/xombrero.SlackBuild')
-rw-r--r-- | network/xombrero/xombrero.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/network/xombrero/xombrero.SlackBuild b/network/xombrero/xombrero.SlackBuild index 93d2e26c92..d06cfd7279 100644 --- a/network/xombrero/xombrero.SlackBuild +++ b/network/xombrero/xombrero.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xombrero -VERSION=${VERSION:-1.4.0} +VERSION=${VERSION:-1.6.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,7 +71,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# patch xombrero.h to not expect resources in /usr/local/share/xombrero +# Patch xombrero.h to not expect resources in /usr/local/share/xombrero # https://opensource.conformal.com/flyspray/index.php?do=details&task_id=372 patch -i $CWD/xombrero.h.patch @@ -93,9 +93,6 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -# Kill a spurrious directory -rmdir $PKG/usr/lib - # Copy the .desktop file into usr/share/applications/, # massaging its icon property to match our desktop theme mkdir -p $PKG/usr/share/applications |