xchat: replaced external fd.o entry with included one, no rebuild needed

This commit is contained in:
Matt Housh 2007-04-01 10:09:33 -05:00
parent 5c8ec27698
commit a3c2b87fc2
3 changed files with 4 additions and 8 deletions

View File

@ -10,4 +10,4 @@ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rwxr-xr-x root/root usr/share/applications/xchat.desktop
drwxr-xr-x root/root usr/share/pixmaps/
-rwxr-xr-x root/root usr/share/pixmaps/xchat-dcs.png
-rwxr-xr-x root/root usr/share/pixmaps/xchat.png

View File

@ -1,5 +1,3 @@
8d6630a2d287da274933b9e18165b095 xc280-fix-back.diff
e6795d111f0185592da8b0f3eafc305b xc280-fix-ja.diff
dddb703d1daf9be7a7bc9461cf11ede7 xchat-2.8.0.tar.bz2
98a3ad5de1cdd7f59ca8025141000f48 xchat-dcs.png
8379f7ab1bfdb4c9e5733f5735e95d89 xchat.desktop

View File

@ -8,9 +8,7 @@ version=2.8.0
release=2
source=(http://www.xchat.org/files/source/2.8/$name-$version.tar.bz2 \
http://www.xchat.org/files/source/2.8/patches/xc280-fix-back.diff \
http://www.xchat.org/files/source/2.8/patches/xc280-fix-ja.diff \
http://jaeger.morpheus.net/linux/files/$name.desktop \
http://jaeger.morpheus.net/linux/files/$name-dcs.png)
http://www.xchat.org/files/source/2.8/patches/xc280-fix-ja.diff)
build() {
cd $name-$version
@ -28,6 +26,6 @@ build() {
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/{etc,share}
install -D $SRC/$name.desktop $PKG/usr/share/applications/$name.desktop
install -D $SRC/$name-dcs.png $PKG/usr/share/pixmaps/$name-dcs.png
install -D $name.desktop $PKG/usr/share/applications/$name.desktop
install -D $name.png $PKG/usr/share/pixmaps/$name.png
}