Update to 0.9.2:
# 0.9.2 - 2012.03.29 - Fix disabling and hiding actions (Aurelien Gateau) - Avoid spamming dbus at startup (Aurelien Gateau) - Do not print warnings when not necessary (Aurelien Gateau) # 0.9.1 - 2012.03.26 - Add support for "opened" and "closed" events (Aurelien Gateau) - Add support for icon-data (LP BUG 633339) (Christoph Spielmann)
This commit is contained in:
parent
3ca8160195
commit
98ea7fd683
2 changed files with 10 additions and 8 deletions
|
@ -1,18 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.7 2012/03/10 20:33:14 markd Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2012/05/29 15:01:41 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libdbusmenu-qt-0.9.0
|
||||
DISTNAME= libdbusmenu-qt-0.9.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://launchpad.net/libdbusmenu-qt/trunk/0.9.0/+download/
|
||||
MASTER_SITES= http://launchpad.net/libdbusmenu-qt/trunk/0.9.2/+download/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://people.canonical.com/~agateau/dbusmenu/index.html
|
||||
COMMENT= dbusmenu library for Qt
|
||||
COMMENT= Dbusmenu library for Qt
|
||||
LICENSE= gnu-lgpl-v2.1
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
FETCH_USING= curl
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
USE_CMAKE= yes
|
||||
CMAKE_ARGS+= -DWITH_DOC=OFF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.3 2012/03/23 22:19:07 markd Exp $
|
||||
$NetBSD: distinfo,v 1.4 2012/05/29 15:01:41 wiz Exp $
|
||||
|
||||
SHA1 (libdbusmenu-qt-0.9.0.tar.bz2) = 690a885825d45579607f3d6708aad84b6f3ecdd0
|
||||
RMD160 (libdbusmenu-qt-0.9.0.tar.bz2) = 6fbaa348f10f7eedd68c1c6860805b0aaf4db195
|
||||
Size (libdbusmenu-qt-0.9.0.tar.bz2) = 37153 bytes
|
||||
SHA1 (libdbusmenu-qt-0.9.2.tar.bz2) = 308cc53a4a1f2db40f8ffbcfc71e987a4839ec45
|
||||
RMD160 (libdbusmenu-qt-0.9.2.tar.bz2) = e50cbffbf57329a26742ddf32d0f54248fe672cc
|
||||
Size (libdbusmenu-qt-0.9.2.tar.bz2) = 37882 bytes
|
||||
SHA1 (patch-tools_CMakeLists.txt) = 1e270795ee3ee1d6a0a3a75b1c7e7c8806129aa5
|
||||
|
|
Loading…
Reference in a new issue