-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
5 changed files
with
14 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.