Merge pull request #15 from ertugerata/master
eudev and dbus-python version bump
This commit is contained in:
+11
-3
@@ -4782,6 +4782,7 @@
|
||||
<Package>
|
||||
<Name>dbus-python-common</Name>
|
||||
<Summary xml:lang="en">Common dbus-python files shared between dbus-python and dbus-python3</Summary>
|
||||
<PartOf>system.devel</PartOf>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency release="6">dbus-python</Dependency>
|
||||
@@ -12617,7 +12618,7 @@
|
||||
<Summary xml:lang="tr">eudev sistemd-udev uygulamasının çatalı</Summary>
|
||||
<Description xml:lang="en">eudev is a fork of system-udev with the goal of obtaining better compatibility with existing software such as OpenRC and Upstart, older kernels, various toolchains and anything else required by users and various distributions.</Description>
|
||||
<Description xml:lang="tr">eudev sistem-udev uygulamasının OpenRC, Upstart gibi başlangıç sistemleri ile uyumu için hazırlanmış çatalı</Description>
|
||||
<Archive type="targz" sha1sum="adb2157abc1957a71dd54dc98f7361d78357607a">https://github.com/gentoo/eudev/archive/v3.0.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="18a81b6da182c0c30823ea976ab0c8c70ba1a621">https://github.com/gentoo/eudev/archive/v3.1.tar.gz</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="config.cache">config.cache</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
@@ -12675,7 +12676,7 @@
|
||||
<Summary xml:lang="en">Development files for eudev</Summary>
|
||||
<PartOf>system.devel</PartOf>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="2">eudev</Dependency>
|
||||
<Dependency release="3">eudev</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -12717,6 +12718,13 @@
|
||||
</Replaces>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-05-30</Date>
|
||||
<Version>3.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-05-11</Date>
|
||||
<Version>3.0</Version>
|
||||
@@ -19988,7 +19996,7 @@
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2014-12-13</Date>
|
||||
<Date>2015-05-25</Date>
|
||||
<Version>3.3.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
7d3125b5ca49a88c851926201a9746983800c3e7
|
||||
331166c7d9e59341647feb8aedbec48c209618fa
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
98ee82c299d43eaa4d36bf9777f933147d3c093d
|
||||
b13ed0d22ac411d2d2ccbda6c2dc5eee7b355c1e
|
||||
@@ -11,16 +11,8 @@ from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.makedirs("build-python2")
|
||||
#shelltools.makedirs("build-python3")
|
||||
autotools.autoreconf("-fi")
|
||||
|
||||
#shelltools.cd("build-python3")
|
||||
#shelltools.system("PYTHON=python3 ../configure --prefix=/usr \
|
||||
# --localstatedir=/var \
|
||||
# --disable-api-docs \
|
||||
# --disable-html-docs \
|
||||
# --disable-static")
|
||||
|
||||
shelltools.cd("build-python2")
|
||||
shelltools.system("../configure --prefix=/usr \
|
||||
--localstatedir=/var \
|
||||
@@ -29,9 +21,6 @@ def setup():
|
||||
--disable-static")
|
||||
|
||||
def build():
|
||||
#shelltools.cd("build-python3")
|
||||
#autotools.make()
|
||||
|
||||
shelltools.cd("build-python2")
|
||||
autotools.make()
|
||||
|
||||
@@ -42,8 +31,5 @@ def check():
|
||||
def install():
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README")
|
||||
|
||||
#shelltools.cd("build-python3")
|
||||
#autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
shelltools.cd("build-python2")
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
|
||||
<Package>
|
||||
<Name>dbus-python-common</Name>
|
||||
<PartOf>system.devel</PartOf>
|
||||
<Summary>Common dbus-python files shared between dbus-python and dbus-python3</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
@@ -54,22 +55,6 @@
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<!--<Package>
|
||||
<Name>dbus-python3</Name>
|
||||
<PartOf>programming.language.python</PartOf>
|
||||
<Summary>D-Bus Python3 bindings</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">dbus-python-common</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>dbus-glib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
</Files>
|
||||
</Package>-->
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2015-05-22</Date>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>console</IsA>
|
||||
<Summary>eudev is a fork of system-udev</Summary>
|
||||
<Description>eudev is a fork of system-udev with the goal of obtaining better compatibility with existing software such as OpenRC and Upstart, older kernels, various toolchains and anything else required by users and various distributions.</Description>
|
||||
<Archive sha1sum="adb2157abc1957a71dd54dc98f7361d78357607a" type="targz">https://github.com/gentoo/eudev/archive/v3.0.tar.gz</Archive>
|
||||
<Archive sha1sum="18a81b6da182c0c30823ea976ab0c8c70ba1a621" type="targz">https://github.com/gentoo/eudev/archive/v3.1.tar.gz</Archive>
|
||||
<AdditionalFiles>
|
||||
<!-- http://www.linuxfromscratch.org/lfs/view/development/chapter06/eudev.html -->
|
||||
<AdditionalFile target="config.cache">config.cache</AdditionalFile>
|
||||
@@ -119,6 +119,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-05-30</Date>
|
||||
<Version>3.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-05-11</Date>
|
||||
<Version>3.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user