summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
-rw-r--r--TexusGUI_48x48.pngbin14283 -> 0 bytes
-rw-r--r--tgui-gui-builder.desktop6
4 files changed, 4 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60212c15d023..f0f5c378823f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tgui-git
pkgdesc = Cross-platform modern c++ GUI library
- pkgver = nightly_build.r41.g6f3cbdd6
+ pkgver = nightly_build.r0.gddac6f47
pkgrel = 1
url = https://tgui.eu/
arch = i686
@@ -17,10 +17,6 @@ pkgbase = tgui-git
provides = tgui
conflicts = tgui
source = git+https://github.com/texus/TGUI.git#branch=1.x
- source = tgui-gui-builder.desktop
- source = TexusGUI_48x48.png
- sha256sums = SKIP
- sha256sums = SKIP
sha256sums = SKIP
pkgname = tgui-git
diff --git a/PKGBUILD b/PKGBUILD
index aee4dbe94546..0b68bd0f3abf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bruno Van de Velde <bruno@texus.me>
pkgname=tgui-git
-pkgver=nightly_build.r41.g6f3cbdd6
+pkgver=nightly_build.r0.gddac6f47
pkgrel=1
pkgdesc="Cross-platform modern c++ GUI library"
arch=('i686' 'x86_64')
@@ -13,12 +13,8 @@ provides=('tgui')
conflicts=('tgui')
replaces=()
-source=("git+https://github.com/texus/TGUI.git#branch=1.x"
- tgui-gui-builder.desktop
- TexusGUI_48x48.png)
-sha256sums=('SKIP'
- 'SKIP'
- 'SKIP')
+source=("git+https://github.com/texus/TGUI.git#branch=1.x")
+sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/TGUI"
@@ -50,6 +46,4 @@ package() {
cd "$srcdir/TGUI"
make DESTDIR="$pkgdir/" install
install -Dm644 ./license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
- install -Dm644 ../TexusGUI_48x48.png "${pkgdir}/usr/share/icons/hicolor/48x48/apps/TexusGUI.png"
- install -Dm644 ../tgui-gui-builder.desktop "${pkgdir}/usr/share/applications/tgui-gui-builder.desktop"
}
diff --git a/TexusGUI_48x48.png b/TexusGUI_48x48.png
deleted file mode 100644
index 6568946501c7..000000000000
--- a/TexusGUI_48x48.png
+++ /dev/null
Binary files differ
diff --git a/tgui-gui-builder.desktop b/tgui-gui-builder.desktop
deleted file mode 100644
index 0277661ac1c7..000000000000
--- a/tgui-gui-builder.desktop
+++ /dev/null
@@ -1,6 +0,0 @@
-[Desktop Entry]
-Type=Application
-Version=1.0
-Name=TGUI Gui Builder
-Icon=TexusGUI
-Exec=/usr/share/tgui-0.10/gui-builder/gui-builder