Skip to content

Commit

Permalink
Package DeforaOS libDesktop 0.2.0
Browse files Browse the repository at this point in the history
This release brings:
- license update as 2-clause BSD
- new DesktopWidget class
- updated interaction with helper(1) (from www/deforaos-surfer)
- portability fixes
  • Loading branch information
khorben committed May 25, 2015
1 parent 80f5f40 commit a9359f9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 31 deletions.
11 changes: 5 additions & 6 deletions x11/deforaos-libdesktop/Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# $NetBSD: Makefile,v 1.15 2015/04/25 14:25:03 tnn Exp $
# $NetBSD: Makefile,v 1.16 2015/05/25 17:52:37 khorben Exp $
#

DISTNAME= libDesktop-0.1.0
PKGNAME= deforaos-libdesktop-0.1.0
PKGREVISION= 4
DISTNAME= libDesktop-0.2.0
PKGNAME= deforaos-libdesktop-0.2.0
CATEGORIES= x11
MASTER_SITES= http://www.defora.org/os/download/download/4318/
MASTER_SITES= http://www.defora.org/os/download/download/4355/

MAINTAINER= [email protected]
HOMEPAGE= http://www.defora.org/
COMMENT= DeforaOS desktop library

LICENSE= gnu-gpl-v3
LICENSE= 2-clause-bsd

USE_TOOLS+= pkg-config

Expand Down
3 changes: 2 additions & 1 deletion x11/deforaos-libdesktop/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2014/02/24 16:09:21 joerg Exp $
@comment $NetBSD: PLIST,v 1.5 2015/05/25 17:52:37 khorben Exp $
include/Desktop.h
include/Desktop/about.h
include/Desktop/accel.h
Expand All @@ -8,6 +8,7 @@ include/Desktop/menubar.h
include/Desktop/message.h
include/Desktop/mime.h
include/Desktop/toolbar.h
include/Desktop/widget.h
lib/libDesktop.a
lib/libDesktop.so
lib/libDesktop.so.0
Expand Down
6 changes: 3 additions & 3 deletions x11/deforaos-libdesktop/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# $NetBSD: buildlink3.mk,v 1.11 2015/04/25 14:25:03 tnn Exp $
# $NetBSD: buildlink3.mk,v 1.12 2015/05/25 17:52:37 khorben Exp $
#

BUILDLINK_TREE+= deforaos-libdesktop

.if !defined(DEFORAOS_LIBDESKTOP_BUILDLINK3_MK)
DEFORAOS_LIBDESKTOP_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.deforaos-libdesktop+= deforaos-libdesktop>=0.1.0
BUILDLINK_ABI_DEPENDS.deforaos-libdesktop?= deforaos-libdesktop>=0.1.0nb4
BUILDLINK_API_DEPENDS.deforaos-libdesktop+= deforaos-libdesktop>=0.2.0
BUILDLINK_ABI_DEPENDS.deforaos-libdesktop?= deforaos-libdesktop>=0.2.0
BUILDLINK_PKGSRCDIR.deforaos-libdesktop?= ../../x11/deforaos-libdesktop

.include "../../devel/deforaos-libsystem/buildlink3.mk"
Expand Down
9 changes: 4 additions & 5 deletions x11/deforaos-libdesktop/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.4 2014/03/21 14:02:26 jperkin Exp $
$NetBSD: distinfo,v 1.5 2015/05/25 17:52:37 khorben Exp $

SHA1 (libDesktop-0.1.0.tar.gz) = 37c252424ec382db443c3e2313fb29d65e3cc107
RMD160 (libDesktop-0.1.0.tar.gz) = 1e5a600f73dc0c9a44c4c37a4e4aea2142de2321
Size (libDesktop-0.1.0.tar.gz) = 27130 bytes
SHA1 (patch-data_pkgconfig.sh) = c409a0ffb6a9d24223866ec9a28b71f9019d4448
SHA1 (libDesktop-0.2.0.tar.gz) = 5915629202ea0e9ae9b2c6929644fab3570802df
RMD160 (libDesktop-0.2.0.tar.gz) = 60f6fbee77bdb7524d0908db24ff21ea170f82a3
Size (libDesktop-0.2.0.tar.gz) = 17698 bytes
16 changes: 0 additions & 16 deletions x11/deforaos-libdesktop/patches/patch-data_pkgconfig.sh

This file was deleted.

0 comments on commit a9359f9

Please sign in to comment.