- update to rednotebook-0.7.1 and add a patch to fix packaging on a clean

system ; from Mikolaj Kucharski, thanks!
- add NO_REGRESS
This commit is contained in:
ajacoutot 2009-05-22 07:19:26 +00:00
parent 7f64dcd160
commit e89c7918e0
3 changed files with 24 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/21 10:20:40 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.2 2009/05/22 07:19:26 ajacoutot Exp $
COMMENT = diary and journal application
MODPY_EGG_VERSION = 0.7.0
MODPY_EGG_VERSION = 0.7.1
DISTNAME = rednotebook-${MODPY_EGG_VERSION}
CATEGORIES = productivity
@ -17,6 +17,8 @@ PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=rednotebook/}
NO_REGRESS = Yes
MODULES = lang/python
RUN_DEPENDS = ::x11/py-gtk2 \

View File

@ -1,5 +1,5 @@
MD5 (rednotebook-0.7.0.tar.gz) = 0nbvIfpSSbc/eaEqWm0Kaw==
RMD160 (rednotebook-0.7.0.tar.gz) = wWZwl0cGOe/qIKuWq3OQIWoaW8k=
SHA1 (rednotebook-0.7.0.tar.gz) = 5zyZ/jIxGglzkq0huTtCiVbymlU=
SHA256 (rednotebook-0.7.0.tar.gz) = l4uFzNS5xSENNpa4F7VwHYU6W5N+Ffhrm71iw+ktUkg=
SIZE (rednotebook-0.7.0.tar.gz) = 238239
MD5 (rednotebook-0.7.1.tar.gz) = /LTgbND4+zQnRjmwMzHnkw==
RMD160 (rednotebook-0.7.1.tar.gz) = V1YJ0kXfUnDrgIlv6p3vzWa8ZTw=
SHA1 (rednotebook-0.7.1.tar.gz) = OdaZ+mCFjmEVJaayQIX0VGA/e0M=
SHA256 (rednotebook-0.7.1.tar.gz) = Wqr2GdexuFtzypcTlckoK8BspBgrkjHiqU17JQ7v4Eo=
SIZE (rednotebook-0.7.1.tar.gz) = 239312

View File

@ -0,0 +1,15 @@
$OpenBSD: patch-setup_py,v 1.1 2009/05/22 07:19:26 ajacoutot Exp $
Fix build on clean system.
--- setup.py.orig Sun May 3 18:03:13 2009
+++ setup.py Fri May 22 03:07:05 2009
@@ -39,7 +39,7 @@ parameters = {'name' : 'rednotebook',
}
# Freedesktop parameters
-if os.path.exists(os.path.join(sys.prefix, 'share/applications/')):
+if 1:
parameters['data_files'] = [('share/applications/', ['rednotebook.desktop']),
('share/icons/hicolor/48x48/apps', ['rednotebook.png']),# new freedesktop.org spec
('share/pixmaps/', ['rednotebook.png']), # for older configurations