ÂRemove plasmoid and add Oxygen theme, update version too

This commit is contained in:
Manuel 2013-04-30 17:12:37 +00:00
parent 87c60f47ba
commit b60dbb1e34
2 changed files with 14 additions and 9 deletions

View File

@ -1,14 +1,16 @@
pkgname=amule
pkgver=10802
pkgrel=3
pkgver=10803
pkgrel=1
pkgdesc="An eMule-like client for ed2k p2p network"
arch=('x86_64')
url="http://www.amule.org"
license=('GPL')
depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'kdelibs' 'filesystem-extra')
makedepends=('automoc4' 'ccache')
source=("http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2")
md5sums=('46bbfbfba0af431b6baa0c30bd35600c')
depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'filesystem-extra')
makedepends=('ccache')
source=("http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2"
"http://chakra.sourceforge.net/sources/oxygen-themes/aMule_Oxygen_Skin.zip")
md5sums=('febf14f5b1185f25acde64f61b78ed38'
'9c1c06c1f7eaffd5dd383b7e0348b6db')
build() {
cd "${srcdir}/aMule-SVN-r${pkgver}"
@ -27,7 +29,7 @@ build() {
--enable-optimize \
--enable-ccache \
--enable-geoip \
--enable-plasmamule \
--disable-plasmamule \
--enable-upnp
make
@ -37,4 +39,6 @@ package() {
cd "${srcdir}/aMule-SVN-r${pkgver}"
make DESTDIR=${pkgdir}/ install
cp -f $srcdir/aMule_Oxygen_Skin.zip $pkgdir/extra/usr/share/amule/skins/
}

View File

@ -26,15 +26,16 @@ package () {
install -Dm755 libflashplayer.so "${pkgdir}/extra/usr/lib/mozilla/plugins/libflashplayer.so"
install -Dm644 "${_licensefile}" "${pkgdir}/extra/usr/share/licenses/${pkgname}/LICENSE.pdf"
install -Dm644 ${srcdir}/mms.cfg "${pkgdir}/extra/etc/adobe/mms.cfg"
install -Dm755 usr/bin/flash-player-properties "${pkgdir}/extra/usr/bin/flash-player-properties"
install -Dm644 usr/share/applications/flash-player-properties.desktop "${pkgdir}/extra/usr/share/applications/flash-player-properties.desktop"
# KCM install in /usr
install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so "${pkgdir}/usr/lib/kde4/kcm_adobe_flash_player.so"
install -Dm755 usr/bin/flash-player-properties "${pkgdir}/usr/bin/flash-player-properties"
for i in 16x16 22x22 24x24 32x32 48x48; do
install -Dm644 usr/share/icons/hicolor/${i}/apps/flash-player-properties.png \
"${pkgdir}/usr/share/icons/hicolor/${i}/apps/flash-player-properties.png"
done
install -Dm644 usr/share/applications/flash-player-properties.desktop "${pkgdir}/usr/share/applications/flash-player-properties.desktop"
install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop "${pkgdir}/usr/share/kde4/services/kcm_adobe_flash_player.desktop"
}