summaryrefslogtreecommitdiffstats
path: root/office/xpad
diff options
context:
space:
mode:
author Frank Caraballo <fecaraballo[AT]gmail.com>2010-05-11 19:46:18 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 19:46:18 +0200
commitbeb51fd7f7fa4fd22d7b02bac0db14b975925954 (patch)
treee5784040029d6ff54c1b0694a5c73062d7c77ce1 /office/xpad
parent655fbed0fbc9616e6adde05be6d707c7d4c5cbf1 (diff)
downloadslackbuilds-beb51fd7f7fa4fd22d7b02bac0db14b975925954.tar.gz
slackbuilds-beb51fd7f7fa4fd22d7b02bac0db14b975925954.tar.xz
office/xpad: Updated for version 2.12
Diffstat (limited to 'office/xpad')
-rw-r--r--office/xpad/README1
-rw-r--r--office/xpad/slack-desc8
-rw-r--r--office/xpad/xpad.SlackBuild9
-rw-r--r--office/xpad/xpad.info6
4 files changed, 13 insertions, 11 deletions
diff --git a/office/xpad/README b/office/xpad/README
index c97cf01496..cec50ab3bc 100644
--- a/office/xpad/README
+++ b/office/xpad/README
@@ -1,4 +1,3 @@
Xpad is a sticky note application written using GTK+ 2.0 that strives to be
simple, fault-tolerant, and customizable. Xpad consists of independent pad
windows; each is basically a text box in which notes can be written.
-
diff --git a/office/xpad/slack-desc b/office/xpad/slack-desc
index d1a0b30107..fbf06e46f3 100644
--- a/office/xpad/slack-desc
+++ b/office/xpad/slack-desc
@@ -1,3 +1,11 @@
+# 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------------------------------------------------------|
xpad: Xpad (sticky notes)
xpad:
xpad: Xpad is a sticky note application written using GTK+ 2.0 that
diff --git a/office/xpad/xpad.SlackBuild b/office/xpad/xpad.SlackBuild
index ff2f76f1f2..787a239ec6 100644
--- a/office/xpad/xpad.SlackBuild
+++ b/office/xpad/xpad.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for xpad
-# Written by MagicMan <MagicMan07@bluebottle.com>
+# Written by Frank Caraballo <fecaraballo[AT]gmail.com>
# No Guarantees. Use this SlackBuild at your own risk.
# Modified by the SlackBuilds.org project
@@ -12,7 +12,7 @@ VERSION=2.12
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-CWD=`pwd`
+CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -45,11 +45,6 @@ CXXFLAGS="$SLKCFLAGS" \
make || exit 1
make install-strip DESTDIR=$PKG || exit 1
-# Fix path to icon in desktop file
-( cd $PKG/usr/share/applications
- sed -i 's#^Icon=\(.\+\)$#Icon=/usr/share/pixmaps/\1.png#' $PRGNAM.desktop
-)
-
find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/office/xpad/xpad.info b/office/xpad/xpad.info
index d749eb1093..90b988ca09 100644
--- a/office/xpad/xpad.info
+++ b/office/xpad/xpad.info
@@ -3,6 +3,6 @@ VERSION="2.12"
HOMEPAGE="http://xpad.sourceforge.net/"
DOWNLOAD="http://dl.sourceforge.net/xpad/xpad-2.12.tar.bz2"
MD5SUM="2d469030c818ca03811ae0827073b59e"
-MAINTAINER="MagicMan"
-EMAIL="MagicMan07@bluebottle.com"
-APPROVED="robw810"
+MAINTAINER="Frank Caraballo"
+EMAIL="fecaraballo[AT]gmail.com"
+APPROVED="rworkman"