summaryrefslogtreecommitdiff
path: root/xchat
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.nu>2007-03-30 23:16:15 -0500
committerMatt Housh <jaeger@crux.nu>2007-03-30 23:16:15 -0500
commitf325db654b57397947cafc4871ee45d1fe92e976 (patch)
tree97c682088053fbe83d0a7a3b196c8dabb4079f29 /xchat
parent4cb827aa036e6f86085af16f2a18f5738111446c (diff)
downloadopt-f325db654b57397947cafc4871ee45d1fe92e976.tar.gz
opt-f325db654b57397947cafc4871ee45d1fe92e976.tar.xz
xchat: added japanese translation patch, freedesktop entry
Diffstat (limited to 'xchat')
-rw-r--r--xchat/.footprint5
-rw-r--r--xchat/.md5sum3
-rw-r--r--xchat/Pkgfile10
3 files changed, 16 insertions, 2 deletions
diff --git a/xchat/.footprint b/xchat/.footprint
index 73a1882ce..93b777325 100644
--- a/xchat/.footprint
+++ b/xchat/.footprint
@@ -6,3 +6,8 @@ drwxr-xr-x root/root usr/lib/xchat/
drwxr-xr-x root/root usr/lib/xchat/plugins/
-rwxr-xr-x root/root usr/lib/xchat/plugins/perl.la
-rwxr-xr-x root/root usr/lib/xchat/plugins/perl.so
+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
diff --git a/xchat/.md5sum b/xchat/.md5sum
index 5bfca3e56..109a5fd97 100644
--- a/xchat/.md5sum
+++ b/xchat/.md5sum
@@ -1,2 +1,5 @@
8d6630a2d287da274933b9e18165b095 xc280-fix-back.diff
+e6795d111f0185592da8b0f3eafc305b xc280-fix-ja.diff
dddb703d1daf9be7a7bc9461cf11ede7 xchat-2.8.0.tar.bz2
+98a3ad5de1cdd7f59ca8025141000f48 xchat-dcs.png
+8379f7ab1bfdb4c9e5733f5735e95d89 xchat.desktop
diff --git a/xchat/Pkgfile b/xchat/Pkgfile
index 971361f62..369a8b46c 100644
--- a/xchat/Pkgfile
+++ b/xchat/Pkgfile
@@ -5,13 +5,17 @@
name=xchat
version=2.8.0
-release=1
+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-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)
build() {
cd $name-$version
patch -p1 -i $SRC/xc280-fix-back.diff
+ patch -p1 -i $SRC/xc280-fix-ja.diff
./configure --prefix=/usr \
--enable-openssl \
--enable-perl \
@@ -24,4 +28,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
}

Generated by cgit