Merge pull request #9256 from friberk/master
Added pisi-timedate version 1.2.0
This commit is contained in:
+236064
-236021
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
c40a5782169727dcaf33e905989aa8e75b80ceb7
|
||||
e3a4525b4e40894f5526a05ca55d547eafc75487
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
81c44f260db2beb736a35f7393649af7a4142ec8
|
||||
cb6d06b3ef4fbba173c177ac41a748a4bbd44db5
|
||||
@@ -0,0 +1,22 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--prefix=/usr")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "LICENSE", "README.md", "NEWS", "ChangeLog")
|
||||
|
||||
@@ -0,0 +1,41 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pisi-timedate</Name>
|
||||
<Homepage>https://github.com/friberk/pisi-timedate</Homepage>
|
||||
<Packager>
|
||||
<Name>Berk Çakar</Name>
|
||||
<Email>berk2238@hotmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<Summary>timedated1 interface implementation for Pisi Linux (or any other non-systemd distributions)</Summary>
|
||||
<Description>timedated1 interface implementation for Pisi Linux (or any other non-systemd distributions)</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive sha1sum="89967b2f7281fce357ee90163caf16415937ff5a" type="targz">https://github.com/friberk/pisi-timedate/archive/refs/tags/1.2.0.tar.gz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>pisi-timedate</Name>
|
||||
<Summary>timedated1 interface implementation for Pisi Linux (or any other non-systemd distributions)</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/dbus-1</Path>
|
||||
<Path fileType="library">/usr/libexec</Path>
|
||||
<Path fileType="config">/usr/share/dbus-1</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-04-17</Date>
|
||||
<Version>1.2.0</Version>
|
||||
<Comment>First release for Pisi Linux</Comment>
|
||||
<Name>Berk Çakar</Name>
|
||||
<Email>berk2238@hotmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user