Update to 0.17
This commit is contained in:
parent
44a712831c
commit
e912040f55
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223208
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= xdg
|
||||
PORTVERSION= 0.16
|
||||
PORTVERSION= 0.17
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://people.freedesktop.org/~lanius/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (pyxdg-0.16.tar.gz) = 55b71ec0df9509e05e562ac402b119f7
|
||||
SHA256 (pyxdg-0.16.tar.gz) = b7f91cec9b42404a680c780c40d37c825701d7e533c1043bbabf6a0551e86635
|
||||
SIZE (pyxdg-0.16.tar.gz) = 37284
|
||||
MD5 (pyxdg-0.17.tar.gz) = a086de99cc536095684d87f15594e4db
|
||||
SHA256 (pyxdg-0.17.tar.gz) = fbc87711922b2dd6ceb23ee041f1f96da9b7dbb6971df03a3081b439def069ce
|
||||
SIZE (pyxdg-0.17.tar.gz) = 37372
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- xdg/DesktopEntry.py.orig 2008-08-16 15:02:12.000000000 -0400
|
||||
+++ xdg/DesktopEntry.py 2008-08-16 15:02:35.000000000 -0400
|
||||
@@ -181,7 +181,7 @@ class DesktopEntry(IniFile):
|
||||
else:
|
||||
#OnlyShowIn and NotShowIn
|
||||
if self.content[group].has_key("OnlyShowIn") and self.content[group].has_key("NotShowIn"):
|
||||
- self.errors.append("Group may either have OnlyShowIn or NotShowIn, but not both")
|
||||
+ self.errors.append("Group may either have OnlyShowIn or NotShowIn, but not both")
|
||||
|
||||
def checkKey(self, key, value, group):
|
||||
# standard keys
|
Loading…
Reference in New Issue
Block a user