diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-12 11:48:02 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-12 11:48:02 +0200 |
commit | 204231f1f435e32f00481e762e2e97308c122345 (patch) | |
tree | 51f43a4339ef794b4100c9d57f5a58aecd11ad1a | |
parent | a6d81dd649d35277cffee91e283f983652aa84dd (diff) | |
download | slackbuilds-204231f1f435e32f00481e762e2e97308c122345.tar.gz |
system/xdg-utils: Removed from 12.2 repository
-rw-r--r-- | system/xdg-utils/README | 5 | ||||
-rw-r--r-- | system/xdg-utils/slack-desc | 19 | ||||
-rw-r--r-- | system/xdg-utils/xdg-utils.SlackBuild | 45 | ||||
-rw-r--r-- | system/xdg-utils/xdg-utils.info | 8 |
4 files changed, 0 insertions, 77 deletions
diff --git a/system/xdg-utils/README b/system/xdg-utils/README deleted file mode 100644 index 8ccf58bc92..0000000000 --- a/system/xdg-utils/README +++ /dev/null @@ -1,5 +0,0 @@ -Xdg-utils is a set of command line tools to assist applications -with a variety of desktop integration tasks. About half of the -tools focus on tasks commonly required during the installation of -a desktop application and the other half focuses on integration -with the desktop environment while the application is running. diff --git a/system/xdg-utils/slack-desc b/system/xdg-utils/slack-desc deleted file mode 100644 index c710cee762..0000000000 --- a/system/xdg-utils/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -xdg-utils: xdg-utils (command line tools that assist applications) -xdg-utils: -xdg-utils: Xdg-utils is a set of command line tools that assist applications -xdg-utils: with a variety of desktop integration tasks. About half of the -xdg-utils: tools focus on tasks commonly required during the installation of -xdg-utils: a desktop application and the other half focuses on integration -xdg-utils: with the desktop environment while the application is running. -xdg-utils: -xdg-utils: -xdg-utils: http://portland.freedesktop.org/wiki/ -xdg-utils: diff --git a/system/xdg-utils/xdg-utils.SlackBuild b/system/xdg-utils/xdg-utils.SlackBuild deleted file mode 100644 index 1b45924ab6..0000000000 --- a/system/xdg-utils/xdg-utils.SlackBuild +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/sh - -# Slackware build script for xdg-utils -# Written by Erik Hanson erik@slackbuilds.org - -PRGNAM=xdg-utils -VERSION=1.0.2 -ARCH=${ARCH:-noarch} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -rm -rf $PKG -mkdir -p $TMP $PKG -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tgz || exit 1 -cd $PRGNAM-$VERSION -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - || exit 1 - -make || exit 1 -make install DESTDIR=$PKG || exit 1 - -gzip -9 $PKG/usr/man/man1/* - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ChangeLog LICENSE README RELEASE_NOTES TODO $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/system/xdg-utils/xdg-utils.info b/system/xdg-utils/xdg-utils.info deleted file mode 100644 index ef7e67bc67..0000000000 --- a/system/xdg-utils/xdg-utils.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="xdg-utils" -VERSION="1.0.2" -HOMEPAGE="http://portland.freedesktop.org/wiki/" -DOWNLOAD="http://portland.freedesktop.org/download/xdg-utils-1.0.2.tgz" -MD5SUM="348a5b91dc66426505022c74a64b2940" -MAINTAINER="Erik Hanson" -EMAIL="erik@slackbuilds.org" -APPROVED="rworkman" |