Update to 1.5.3
This commit is contained in:
parent
db52ec1a37
commit
bebf76150b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413477
4 changed files with 7 additions and 20 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xfce4-whiskermenu-plugin
|
||||
PORTVERSION= 1.5.2
|
||||
PORTVERSION= 1.5.3
|
||||
CATEGORIES= x11 xfce
|
||||
MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -15,12 +15,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USES= cmake:outsource gettext pkgconfig tar:bzip2 xfce
|
||||
USES= cmake:outsource gettext localbase pkgconfig tar:bzip2 xfce
|
||||
USE_GNOME= gtk20
|
||||
USE_XFCE= panel
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${MANDIRS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (xfce4/xfce4-whiskermenu-plugin-1.5.2.tar.bz2) = 307cbfa532a28c5c753409aba0330c2da010047b8fc2d669e06f12bf17712e38
|
||||
SIZE (xfce4/xfce4-whiskermenu-plugin-1.5.2.tar.bz2) = 149714
|
||||
SHA256 (xfce4/xfce4-whiskermenu-plugin-1.5.3.tar.bz2) = 68a8273395671d5163fd8cd9a73755ef03d4ea74891204498a21582a9c2e925b
|
||||
SIZE (xfce4/xfce4-whiskermenu-plugin-1.5.3.tar.bz2) = 152134
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
--- ./CMakeLists.txt.orig 2013-12-29 12:16:39.000000000 +0000
|
||||
+++ ./CMakeLists.txt 2013-12-29 16:24:47.000000000 +0000
|
||||
@@ -26,6 +26,11 @@
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
+if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
|
||||
+ unset(CMAKE_INSTALL_MANDIR)
|
||||
+ set(CMAKE_INSTALL_MANDIR ${CMAKE_INSTALL_PREFIX}/man)
|
||||
+endif()
|
||||
+
|
||||
add_subdirectory(icons)
|
||||
add_subdirectory(panel-plugin)
|
||||
add_subdirectory(po)
|
|
@ -10,6 +10,7 @@ share/icons/hicolor/32x32/apps/xfce4-whiskermenu.png
|
|||
share/icons/hicolor/48x48/apps/xfce4-whiskermenu.png
|
||||
share/icons/hicolor/64x64/apps/xfce4-whiskermenu.png
|
||||
share/icons/hicolor/scalable/apps/xfce4-whiskermenu.svg
|
||||
share/locale/am/LC_MESSAGES/xfce4-whiskermenu-plugin.mo
|
||||
share/locale/ar/LC_MESSAGES/xfce4-whiskermenu-plugin.mo
|
||||
share/locale/ast/LC_MESSAGES/xfce4-whiskermenu-plugin.mo
|
||||
share/locale/bg/LC_MESSAGES/xfce4-whiskermenu-plugin.mo
|
||||
|
@ -29,6 +30,7 @@ share/locale/he/LC_MESSAGES/xfce4-whiskermenu-plugin.mo
|
|||
share/locale/hr/LC_MESSAGES/xfce4-whiskermenu-plugin.mo
|
||||
share/locale/hu/LC_MESSAGES/xfce4-whiskermenu-plugin.mo
|
||||
share/locale/id/LC_MESSAGES/xfce4-whiskermenu-plugin.mo
|
||||
share/locale/is/LC_MESSAGES/xfce4-whiskermenu-plugin.mo
|
||||
share/locale/it/LC_MESSAGES/xfce4-whiskermenu-plugin.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce4-whiskermenu-plugin.mo
|
||||
share/locale/kk/LC_MESSAGES/xfce4-whiskermenu-plugin.mo
|
||||
|
|
Loading…
Reference in a new issue