Merge pull request #9647 from friberk/master

libgit2 rebuild
This commit is contained in:
Kamil ATLI
2021-07-17 23:47:46 +03:00
committed by GitHub
6 changed files with 53 additions and 6 deletions
+8 -1
View File
@@ -58,7 +58,7 @@
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libX11</Dependency>
<Dependency>gdm</Dependency>
<Dependency>libgdm</Dependency>
<Dependency>polkit</Dependency>
<Dependency>elogind</Dependency>
<Dependency>libical</Dependency>
@@ -114,6 +114,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-07-17</Date>
<Version>3.41.2</Version>
<Comment>Rebuild</Comment>
<Name>Berk Çakar</Name>
<Email>berk2238@hotmail.com</Email>
</Update>
<Update release="1">
<Date>2021-05-31</Date>
<Version>3.41.2</Version>
+21 -3
View File
@@ -64,20 +64,18 @@
<Dependency>audit</Dependency>
<Dependency>keyutils</Dependency>
<Dependency>libgudev</Dependency>
<Dependency>libgdm</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="library">/lib</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/girepository-1.0</Path>
<Path fileType="library">/usr/lib/sysusers.d</Path>
<Path fileType="library">/usr/lib/libgdm.so*</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="data">/usr/share/dconf</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/gdm</Path>
<Path fileType="data">/usr/share/glib-2.0</Path>
<Path fileType="data">/usr/share/gnome-session</Path>
<Path fileType="doc">/usr/share/help</Path>
<Path fileType="localedata">/usr/share/locale</Path>
@@ -105,7 +103,27 @@
</Files>
</Package>
<Package>
<Name>libgdm</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>elogind</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/girepository-1.0</Path>
<Path fileType="library">/usr/lib/libgdm.so*</Path>
<Path fileType="data">/usr/share/glib-2.0</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2021-07-17</Date>
<Version>40.0</Version>
<Comment>Seperate libgdm</Comment>
<Name>Berk Çakar</Name>
<Email>berk2238@hotmail.com</Email>
</Update>
<Update release="2">
<Date>2021-06-09</Date>
<Version>40.0</Version>
@@ -44,7 +44,7 @@
<Package>
<Name>gnome-initial-setup</Name>
<RuntimeDependencies>
<Dependency>gdm</Dependency>
<Dependency>libgdm</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>ibus</Dependency>
<Dependency>cairo</Dependency>
@@ -82,6 +82,13 @@
</Package>
<History>
<Update release="4">
<Date>2021-07-16</Date>
<Version>40.3</Version>
<Comment>Rebuild.</Comment>
<Name>Berk Çakar</Name>
<Email>berk2238@hotmail.com</Email>
</Update>
<Update release="3">
<Date>2021-07-13</Date>
<Version>40.3</Version>
+8
View File
@@ -88,6 +88,7 @@
<Dependency>network-manager-applet</Dependency>
<Dependency>evolution-data-server</Dependency>
<Dependency>gobject-introspection</Dependency>
<Dependency>libgdm</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
@@ -111,6 +112,13 @@
</Package>
<History>
<Update release="4">
<Date>2021-07-16</Date>
<Version>40.3</Version>
<Comment>Rebuild.</Comment>
<Name>Berk Çakar</Name>
<Email>berk2238@hotmail.com</Email>
</Update>
<Update release="3">
<Date>2021-07-12</Date>
<Version>40.3</Version>
+1 -1
View File
@@ -22,6 +22,6 @@ def build():
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.system("ln -s %s/usr/lib/libgit2.so.1.1 %s/usr/lib/libgit2.so.1.0" % (get.installDIR(), get.installDIR()))
pisitools.dosym("/usr/lib/libgit2.so.1.1", "/usr/lib/libgit2.so.1.0")
#pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS")
+7
View File
@@ -53,6 +53,13 @@
</Package>
<History>
<Update release="11">
<Date>2021-07-17</Date>
<Version>1.1.0</Version>
<Comment>Rebuild.</Comment>
<Name>Berk Çakar</Name>
<Email>berk2238@hotmail.com</Email>
</Update>
<Update release="10">
<Date>2021-06-15</Date>
<Version>1.1.0</Version>