- Update to 0.5.2
- Pat portlint - Pass maintainership to submitter PR: ports/115478 Submitted by: Thomas Abthorpe
This commit is contained in:
parent
72f19e10a1
commit
632161f00a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197958
4 changed files with 35 additions and 12 deletions
|
@ -6,12 +6,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= kompose
|
||||
PORTVERSION= 0.5.1
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 0.5.2
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= http://download.berlios.de/kompose/
|
||||
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= thomas@goodking.ca
|
||||
COMMENT= Full-screen task manager similar to Expose(tm)
|
||||
|
||||
LIB_DEPENDS= Imlib2.4:${PORTSDIR}/graphics/imlib2
|
||||
|
@ -22,6 +22,9 @@ USE_BZIP2= yes
|
|||
USE_GMAKE= yes
|
||||
USE_KDELIBS_VER=3
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
DOCSDIR= share/doc/HTML/en/${PORTNAME}
|
||||
|
||||
.if defined(WITHOUT_NLS)
|
||||
CONFIGURE_ARGS+=--disable-nls
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (kompose-0.5.1.tar.bz2) = 70ac5180af3ec86da366c48d10e71dce
|
||||
SHA256 (kompose-0.5.1.tar.bz2) = fe524b6dea855da25161c87ffcb548b6b4c72443d7589611c10b908e29e18327
|
||||
SIZE (kompose-0.5.1.tar.bz2) = 492190
|
||||
MD5 (kompose-0.5.2.tar.bz2) = f866b1753c7dce3bfb5d520928416a4c
|
||||
SHA256 (kompose-0.5.2.tar.bz2) = 7d8897ff64964c8c18ceec546095913c0430f69d237e1e86c8cd9bccef128cf5
|
||||
SIZE (kompose-0.5.2.tar.bz2) = 506519
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Kompose offers a great new way to manage a big number of windows on
|
||||
different Virtual Desktops. It creates a fullscreen view where every window
|
||||
is represented by a scaled screenshot of its own.
|
||||
Kompose offers a great new way to manage a big number of windows
|
||||
on different Virtual Desktops. It creates a fullscreen view where
|
||||
every window is represented by a scaled screenshot of its own.
|
||||
|
||||
WWW: http://kompose.berlios.de/
|
||||
|
|
|
@ -1,11 +1,31 @@
|
|||
bin/kompose
|
||||
share/applnk/Utilities/kompose.desktop
|
||||
share/apps/kompose/icons/hicolor/16x16/actions/kompose_current_virtual_desktop.png
|
||||
share/apps/kompose/icons/hicolor/16x16/actions/kompose_grouped_by_virtual_desktop.png
|
||||
share/apps/kompose/icons/hicolor/16x16/actions/kompose_ungrouped.png
|
||||
share/apps/kompose/icons/hicolor/16x16/apps/kompose.png
|
||||
share/apps/kompose/icons/hicolor/32x32/actions/kompose_current_virtual_desktop.png
|
||||
share/apps/kompose/icons/hicolor/32x32/actions/kompose_grouped_by_virtual_desktop.png
|
||||
share/apps/kompose/icons/hicolor/32x32/actions/kompose_ungrouped.png
|
||||
share/apps/kompose/icons/hicolor/32x32/apps/kompose.png
|
||||
share/apps/kompose/komposeui.rc
|
||||
share/icons/hicolor/16x16/apps/kompose.png
|
||||
share/icons/hicolor/32x32/apps/kompose.png
|
||||
%%DOCSDIR%%/common
|
||||
%%DOCSDIR%%/index.cache.bz2
|
||||
%%DOCSDIR%%/index.docbook
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/kompose.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/kompose.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/kompose.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/kompose.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/kompose.mo
|
||||
@dirrm %%DOCSDIR%%
|
||||
@dirrmtry share/doc/HTML/en
|
||||
@dirrmtry share/doc/HTML
|
||||
@dirrm share/apps/kompose/icons/hicolor/32x32/apps
|
||||
@dirrm share/apps/kompose/icons/hicolor/32x32/actions
|
||||
@dirrm share/apps/kompose/icons/hicolor/32x32
|
||||
@dirrm share/apps/kompose/icons/hicolor/16x16/apps
|
||||
@dirrm share/apps/kompose/icons/hicolor/16x16/actions
|
||||
@dirrm share/apps/kompose/icons/hicolor/16x16
|
||||
@dirrm share/apps/kompose/icons/hicolor
|
||||
@dirrm share/apps/kompose/icons
|
||||
@dirrm share/apps/kompose
|
||||
|
|
Loading…
Reference in a new issue