wok rev 20834
Remove pidgin-facebookchat: replaced by purple-facebook
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Tue Feb 19 13:18:24 2019 -0500 (2019-02-19) |
parents | bf3651514a39 |
children | 624fe47fb580 |
files | pidgin-facebookchat/receipt pidgin-facebookchat/stuff/facebook_16x16.png pidgin-facebookchat/stuff/facebook_22x22.png pidgin-facebookchat/stuff/facebook_48x48.png purple-facebook/receipt |
line diff
1.1 --- a/pidgin-facebookchat/receipt Tue Feb 19 13:08:30 2019 -0500 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,39 +0,0 @@ 1.4 -# SliTaz package receipt. 1.5 - 1.6 -PACKAGE="pidgin-facebookchat" 1.7 -VERSION="1.69" 1.8 -CATEGORY="network" 1.9 -SHORT_DESC="Facebook chat plugin for Pidgin and libpurple messengers." 1.10 -MAINTAINER="mallory@sweetpeople.org" 1.11 -LICENSE="GPL3" 1.12 -TARBALL="$PACKAGE-source-$VERSION.tar.bz2" 1.13 -WEB_SITE="https://github.com/dequis/purple-facebook" 1.14 -WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" 1.15 - 1.16 -DEPENDS="pidgin zip json-glib" 1.17 -BUILD_DEPENDS="libpurple-dev json-glib-dev zlib-dev unzip" 1.18 - 1.19 -# Rules to configure and make the package. 1.20 -compile_rules() 1.21 -{ 1.22 - cd $src 1.23 - mv Makefile Makefile.orig 1.24 - sed -e 's/i686-pc-linux-gnu-gcc/gcc/' < Makefile.orig > Makefile 1.25 - make libfacebook.so 1.26 -} 1.27 - 1.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 -genpkg_rules() 1.30 -{ 1.31 - mkdir -p $fs/usr/lib/purple-2 1.32 - cp -a $src/libfacebook.so $fs/usr/lib/purple-2 1.33 - 1.34 - # Pidgin icons 1.35 - mkdir -p $fs/usr/share/pixmaps/pidgin/protocols/16x16 1.36 - mkdir -p $fs/usr/share/pixmaps/pidgin/protocols/22x22 1.37 - mkdir -p $fs/usr/share/pixmaps/pidgin/protocols/48x48 1.38 - cp -a $stuff/facebook_16x16.png $fs/usr/share/pixmaps/pidgin/protocols/16x16/facebook.png 1.39 - cp -a $stuff/facebook_22x22.png $fs/usr/share/pixmaps/pidgin/protocols/22x22/facebook.png 1.40 - cp -a $stuff/facebook_48x48.png $fs/usr/share/pixmaps/pidgin/protocols/48x48/facebook.png 1.41 -} 1.42 -
2.1 Binary file pidgin-facebookchat/stuff/facebook_16x16.png has changed
3.1 Binary file pidgin-facebookchat/stuff/facebook_22x22.png has changed
4.1 Binary file pidgin-facebookchat/stuff/facebook_48x48.png has changed
5.1 --- a/purple-facebook/receipt Tue Feb 19 13:08:30 2019 -0500 5.2 +++ b/purple-facebook/receipt Tue Feb 19 13:18:24 2019 -0500 5.3 @@ -16,8 +16,8 @@ 5.4 # Rules to configure and make the package. 5.5 compile_rules() 5.6 { 5.7 - ./configure --prefix=/usr 5.8 - make && 5.9 + ./configure --prefix=/usr 5.10 + make && 5.11 make DESTDIR=$DESTDIR install 5.12 } 5.13