Merge branch 'master' of https://github.com/pisilinux/main
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
<Description>Gtksourceview improves the gtk+ text widget by implementing syntax highlighting and other features typical of a source editor.</Description>
|
||||
<Archive sha1sum="1883e5c244791e3b66fd70c71f3f82221c221c29" type="tarxz">mirrors://gnome/gtksourceview/3.24/gtksourceview-3.24.11.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>python-six</Dependency>
|
||||
<Dependency>itstool</Dependency>
|
||||
@@ -23,7 +24,9 @@
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>yelp-tools</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>autoconf-archive</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -64,6 +67,8 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">gtksourceview3</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -72,6 +77,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-03-02</Date>
|
||||
<Version>3.24.11</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2020-02-25</Date>
|
||||
<Version>3.24.11</Version>
|
||||
|
||||
@@ -25,6 +25,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2020-03-02</Date>
|
||||
<Version>1.7</Version>
|
||||
<Comment>Rebuild New T.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2018-09-01</Date>
|
||||
<Version>1.7</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>ACPI daemon that dispatches ACPI events to user-space programs</Summary>
|
||||
<Description>acpid is a flexible and extensible daemon for ACPI (Advanced Configuration and Power Interface) event dispatching.</Description>
|
||||
<Archive sha1sum="7ca1975093476b6e8e08a13f55e8676bb3cc47e0" type="tarxz">mirrors://sourceforge/acpid2/acpid-2.0.31.tar.xz</Archive>
|
||||
<Archive sha1sum="a194e99c5b596186c7865e7ddfec55dea6d7fc73" type="tarxz">mirrors://sourceforge/acpid2/acpid-2.0.32.tar.xz</Archive>
|
||||
<!--Patches>
|
||||
<Patch level="1">fedora/acpid-2.0.15-mk.patch</Patch>
|
||||
</Patches-->
|
||||
@@ -44,6 +44,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-03-02</Date>
|
||||
<Version>2.0.32</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2019-02-10</Date>
|
||||
<Version>2.0.31</Version>
|
||||
|
||||
@@ -11,7 +11,7 @@ from pisi.actionsapi import libtools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.system("sed -i 's:RUN-VERSION-SCRIPT-IN-GIT-REPOSITORY-ONLY:v2.9:' scripts/version")
|
||||
shelltools.system("sed -i 's:RUN-VERSION-SCRIPT-IN-GIT-REPOSITORY-ONLY:v2.11:' scripts/version")
|
||||
shelltools.system("./autogen.sh")
|
||||
|
||||
autotools.configure()
|
||||
|
||||
@@ -12,14 +12,14 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Power consumption monitor</Summary>
|
||||
<Description>PowerTOP is a Linux tool that finds the software component(s) that make your computer use more power than necessary while it is idle.</Description>
|
||||
<Archive sha1sum="12f5fc5f5cb776a08d11fac75114637b1c215fc6" type="targz">https://github.com/fenrus75/powertop/archive/v2.9.tar.gz</Archive>
|
||||
<Archive sha1sum="c39cec7fcb8a491f4e1bd26f1a7e6c28bb38f3c2" type="targz">https://github.com/fenrus75/powertop/archive/v2.11.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libnl-devel</Dependency>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
<Dependency>pciutils-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>powertop-2.7-always-create-params.patch</Patch>
|
||||
<!-- <Patch>powertop-2.7-always-create-params.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -37,11 +37,19 @@
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="data">/var/cache/powertop</Path>
|
||||
<Path fileType="data">/usr/share/bash-completion</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-03-02</Date>
|
||||
<Version>2.11</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-08-15</Date>
|
||||
<Version>2.9</Version>
|
||||
|
||||
@@ -44,6 +44,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-03-02</Date>
|
||||
<Version>1.0_p20120915</Version>
|
||||
<Comment>Rebuild New T</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-08-15</Date>
|
||||
<Version>1.0_p20120915</Version>
|
||||
|
||||
@@ -13,11 +13,12 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Power Management Service</Summary>
|
||||
<Description>upower provides a daemon, API and command line tools for managing power devices attached to the system.</Description>
|
||||
<Archive sha1sum="d65bea7ad4452096aa127d9410075fb3b080895a" type="tarxz">http://upower.freedesktop.org/releases/upower-0.99.7.tar.xz</Archive>
|
||||
<Archive sha1sum="5a023b29d64a6ce41cc6901bc46a279041784a9b" type="tarxz">http://upower.freedesktop.org/releases/upower-0.99.11.tar.xz</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="po/tr.po">tr.po</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>polkit-devel</Dependency>
|
||||
@@ -89,6 +90,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-03-02</Date>
|
||||
<Version>0.99.11</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2018-08-15</Date>
|
||||
<Version>0.99.7</Version>
|
||||
|
||||
Reference in New Issue
Block a user