aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/plasma-applet-yawp
diff options
context:
space:
mode:
authorjhale <jhale@FreeBSD.org>2013-09-12 08:55:25 +0800
committerjhale <jhale@FreeBSD.org>2013-09-12 08:55:25 +0800
commitecf0549070be145a7cf547c4018473c9607b9f85 (patch)
tree604557f3cd1f5f375a433517e80aa48fe7245a6b /deskutils/plasma-applet-yawp
parent159b587225ba260200d63ef0dfc824509f7c1ce0 (diff)
downloadfreebsd-ports-gnome-ecf0549070be145a7cf547c4018473c9607b9f85.tar.gz
freebsd-ports-gnome-ecf0549070be145a7cf547c4018473c9607b9f85.tar.zst
freebsd-ports-gnome-ecf0549070be145a7cf547c4018473c9607b9f85.zip
- Update to 0.4.5
- Trim Makefile header - Make COMMENT a little more concise
Diffstat (limited to 'deskutils/plasma-applet-yawp')
-rw-r--r--deskutils/plasma-applet-yawp/Makefile10
-rw-r--r--deskutils/plasma-applet-yawp/distinfo4
-rw-r--r--deskutils/plasma-applet-yawp/files/patch-applet__CMakeLists.txt24
-rw-r--r--deskutils/plasma-applet-yawp/files/patch-ions__CMakeLists.txt19
-rw-r--r--deskutils/plasma-applet-yawp/files/patch-po__CMakeLists.txt15
-rw-r--r--deskutils/plasma-applet-yawp/pkg-plist2
6 files changed, 4 insertions, 70 deletions
diff --git a/deskutils/plasma-applet-yawp/Makefile b/deskutils/plasma-applet-yawp/Makefile
index f590096ee5de..3a78ab94ed43 100644
--- a/deskutils/plasma-applet-yawp/Makefile
+++ b/deskutils/plasma-applet-yawp/Makefile
@@ -1,19 +1,13 @@
-# New ports collection makefile for: plasma-applet-yawp
-# Date Created: 2009-01-15
-# Whom: Jason E. Hale <bsdkaffee@gmail.com>
-#
# $FreeBSD$
-#
PORTNAME= yawp
-PORTVERSION= 0.4.3
-PORTREVISION= 1
+PORTVERSION= 0.4.5
CATEGORIES= deskutils kde
MASTER_SITES= SF
PKGNAMEPREFIX= plasma-applet-
MAINTAINER= jhale@FreeBSD.org
-COMMENT= Weather plasma applet for KDE4
+COMMENT= KDE4 weather plasma applet
LICENSE= GPLv2
diff --git a/deskutils/plasma-applet-yawp/distinfo b/deskutils/plasma-applet-yawp/distinfo
index 7f6a3059e49b..cee4bf63e6f6 100644
--- a/deskutils/plasma-applet-yawp/distinfo
+++ b/deskutils/plasma-applet-yawp/distinfo
@@ -1,2 +1,2 @@
-SHA256 (yawp-0.4.3.tar.bz2) = f331c79a09bcc61249e6028ad45b0f3107157779b6a421f54095f6d2db3485a7
-SIZE (yawp-0.4.3.tar.bz2) = 1096785
+SHA256 (yawp-0.4.5.tar.bz2) = 913e95b77694ca95961be7ff5aa179284f698b18fe22b5947017034970caa4c7
+SIZE (yawp-0.4.5.tar.bz2) = 1079129
diff --git a/deskutils/plasma-applet-yawp/files/patch-applet__CMakeLists.txt b/deskutils/plasma-applet-yawp/files/patch-applet__CMakeLists.txt
deleted file mode 100644
index 76d50b7fd58f..000000000000
--- a/deskutils/plasma-applet-yawp/files/patch-applet__CMakeLists.txt
+++ /dev/null
@@ -1,24 +0,0 @@
---- ./applet/CMakeLists.txt.orig 2010-06-13 04:54:48.000000000 -0400
-+++ ./applet/CMakeLists.txt 2010-06-13 04:55:30.000000000 -0400
-@@ -60,21 +60,4 @@
- )
-
-
--## This is needed for the CPack package generator.
--#
--INSTALL(TARGETS plasma_applet_yawp
-- LIBRARY DESTINATION ${YAWP_PACK_INSTALL_LIB_DIR}
-- ARCHIVE DESTINATION ${YAWP_PACK_INSTALL_LIB_DIR}
-- RUNTIME DESTINATION ${YAWP_PACK_INSTALL_LIB_DIR}
-- COMPONENT Libraries
-- )
-
--INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/plasma-applet-yawp.desktop
-- DESTINATION ${YAWP_PACK_SERVICES_DIR}
-- COMPONENT Libraries
-- )
--
--INSTALL(FILES yawp_theme15.svg
-- DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/widgets/
-- COMPONENT ApplicationData
-- )
diff --git a/deskutils/plasma-applet-yawp/files/patch-ions__CMakeLists.txt b/deskutils/plasma-applet-yawp/files/patch-ions__CMakeLists.txt
deleted file mode 100644
index 13369db5f065..000000000000
--- a/deskutils/plasma-applet-yawp/files/patch-ions__CMakeLists.txt
+++ /dev/null
@@ -1,19 +0,0 @@
---- ./ions/CMakeLists.txt.orig 2012-01-05 05:31:53.000000000 -0500
-+++ ./ions/CMakeLists.txt 2012-01-05 05:32:23.000000000 -0500
-@@ -59,16 +59,4 @@
- install( FILES ${WUNDERGROUND_DESKTOP} DESTINATION ${SERVICES_INSTALL_DIR})
-
-
--## This is needed by CPack package generator.
--#
--INSTALL(TARGETS ion_accuweather ion_google ion_wunderground
-- LIBRARY DESTINATION "${YAWP_PACK_INSTALL_LIB_DIR}"
-- ARCHIVE DESTINATION "${YAWP_PACK_INSTALL_LIB_DIR}"
-- RUNTIME DESTINATION "${YAWP_PACK_INSTALL_LIB_DIR}"
-- COMPONENT Libraries
-- )
-
--INSTALL(FILES ${ACCUWEATHER_DESKTOP} ${GOOGLE_DESKTOP} ${WUNDERGROUND_DESKTOP}
-- DESTINATION ${YAWP_PACK_SERVICES_DIR}
-- COMPONENT Libraries
-- )
diff --git a/deskutils/plasma-applet-yawp/files/patch-po__CMakeLists.txt b/deskutils/plasma-applet-yawp/files/patch-po__CMakeLists.txt
deleted file mode 100644
index 911a70589eae..000000000000
--- a/deskutils/plasma-applet-yawp/files/patch-po__CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
---- ./po/CMakeLists.txt.orig 2010-06-13 04:58:01.000000000 -0400
-+++ ./po/CMakeLists.txt 2010-06-13 04:58:29.000000000 -0400
-@@ -27,12 +27,6 @@
- RENAME plasma_applet_yawp.mo
- )
-
-- INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/${_lang}.gmo
-- DESTINATION ${YAWP_PACK_LOCALE_DIR}/${_lang}/LC_MESSAGES/
-- RENAME plasma_applet_yawp.mo
-- COMPONENT ApplicationData
-- )
--
- LIST(APPEND _gmoFiles ${_gmoFile})
- ENDFOREACH(_current_PO_FILE)
- ADD_CUSTOM_TARGET(pofiles ALL DEPENDS ${_gmoFiles})
diff --git a/deskutils/plasma-applet-yawp/pkg-plist b/deskutils/plasma-applet-yawp/pkg-plist
index bef916049bad..efe607937ef9 100644
--- a/deskutils/plasma-applet-yawp/pkg-plist
+++ b/deskutils/plasma-applet-yawp/pkg-plist
@@ -1,10 +1,8 @@
lib/kde4/ion_accuweather.so
-lib/kde4/ion_google.so
lib/kde4/ion_wunderground.so
lib/kde4/plasma_applet_yawp.so
share/apps/desktoptheme/default/widgets/yawp_theme15.svg
share/kde4/services/ion-accuweather.desktop
-share/kde4/services/ion-google.desktop
share/kde4/services/ion-wunderground.desktop
share/kde4/services/plasma-applet-yawp.desktop
share/locale/af/LC_MESSAGES/plasma_applet_yawp.mo