mirror of
https://github.com/Ximi1970/systray-x.git
synced 2025-11-02 19:35:53 +01:00
Remove auto versioning for arch package
This commit is contained in:
4
dist/arch/gnome/PKGBUILD
vendored
4
dist/arch/gnome/PKGBUILD
vendored
@@ -1,8 +1,8 @@
|
|||||||
# Maintainer: Maxime Rijnders <ximi.obs@gmail.com>
|
# Maintainer: Maxime Rijnders <ximi.obs@gmail.com>
|
||||||
|
|
||||||
pkgname=systray-x-gnome
|
pkgname=systray-x-gnome
|
||||||
pkgver=0
|
pkgver=0.9.8
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc='A system tray extension for Thunderbird (GNOME)'
|
pkgdesc='A system tray extension for Thunderbird (GNOME)'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
|||||||
4
dist/arch/kde/PKGBUILD
vendored
4
dist/arch/kde/PKGBUILD
vendored
@@ -1,8 +1,8 @@
|
|||||||
# Maintainer: Maxime Rijnders <ximi.obs@gmail.com>
|
# Maintainer: Maxime Rijnders <ximi.obs@gmail.com>
|
||||||
|
|
||||||
pkgname=systray-x
|
pkgname=systray-x
|
||||||
pkgver=0
|
pkgver=0.9.8
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc='A system tray extension for Thunderbird (KDE)'
|
pkgdesc='A system tray extension for Thunderbird (KDE)'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
|||||||
4
dist/arch/minimal/PKGBUILD
vendored
4
dist/arch/minimal/PKGBUILD
vendored
@@ -1,8 +1,8 @@
|
|||||||
# Maintainer: Maxime Rijnders <ximi.obs@gmail.com>
|
# Maintainer: Maxime Rijnders <ximi.obs@gmail.com>
|
||||||
|
|
||||||
pkgname=systray-x-minimal
|
pkgname=systray-x-minimal
|
||||||
pkgver=0
|
pkgver=0.9.8
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc='A system tray extension for Thunderbird (Unity/XFCE/other)'
|
pkgdesc='A system tray extension for Thunderbird (Unity/XFCE/other)'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
|||||||
5
dist/rpm/gnome/_service
vendored
5
dist/rpm/gnome/_service
vendored
@@ -22,5 +22,8 @@
|
|||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="buildtime" name="set_version" />
|
<service mode="buildtime" name="set_version">
|
||||||
|
<param name="file">systray-x-gnome.dsc</param>
|
||||||
|
<param name="file">systray-x-gnome.spec</param>
|
||||||
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
|||||||
5
dist/rpm/kde/_service
vendored
5
dist/rpm/kde/_service
vendored
@@ -19,5 +19,8 @@
|
|||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="buildtime" name="set_version" />
|
<service mode="buildtime" name="set_version">
|
||||||
|
<param name="file">systray-x.dsc</param>
|
||||||
|
<param name="file">systray-x.spec</param>
|
||||||
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
|||||||
5
dist/rpm/minimal/_service
vendored
5
dist/rpm/minimal/_service
vendored
@@ -21,5 +21,8 @@
|
|||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="buildtime" name="set_version" />
|
<service mode="buildtime" name="set_version">
|
||||||
|
<param name="file">systray-x-minimal.dsc</param>
|
||||||
|
<param name="file">systray-x-minimal.spec</param>
|
||||||
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
|||||||
@@ -19,6 +19,17 @@ SERVICE_FILE="./dist/rpm/minimal/_service"
|
|||||||
sed -i -e "s?\(^.*\"revision\">\).*\(</param>\)?\1$VERSION\2?" $SERVICE_FILE
|
sed -i -e "s?\(^.*\"revision\">\).*\(</param>\)?\1$VERSION\2?" $SERVICE_FILE
|
||||||
sed -i -e "s?\(^.*\"versionformat\">\).*\(</param>\)?\1$VERSION\2?" $SERVICE_FILE
|
sed -i -e "s?\(^.*\"versionformat\">\).*\(</param>\)?\1$VERSION\2?" $SERVICE_FILE
|
||||||
|
|
||||||
|
|
||||||
|
SERVICE_FILE="./dist/arch/kde/PKGBUILD"
|
||||||
|
sed -i -e "s?\(^pkgver=\).*?\1$VERSION?" $SERVICE_FILE
|
||||||
|
|
||||||
|
SERVICE_FILE="./dist/arch/gnome/PKGBUILD"
|
||||||
|
sed -i -e "s?\(^pkgver=\).*?\1$VERSION?" $SERVICE_FILE
|
||||||
|
|
||||||
|
SERVICE_FILE="./dist/arch/minimal/PKGBUILD"
|
||||||
|
sed -i -e "s?\(^pkgver=\).*?\1$VERSION?" $SERVICE_FILE
|
||||||
|
|
||||||
|
|
||||||
MANIFEST_FILE="./webext/manifest.json"
|
MANIFEST_FILE="./webext/manifest.json"
|
||||||
sed -i -e "s?\(^.*\"version\": \"\).*\(\",\)?\1$VERSION\2?" $MANIFEST_FILE
|
sed -i -e "s?\(^.*\"version\": \"\).*\(\",\)?\1$VERSION\2?" $MANIFEST_FILE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user