Compare commits

...

4 Commits

Author SHA1 Message Date
e1e1487d10 update: discord 2026-01-27 09:57:53 +01:00
036d8c7edb add some update-desktop-database 2026-01-26 15:15:47 +01:00
b60a87f1cc update: discord 2026-01-23 16:58:50 +01:00
56726a6ae9 update: linux 2026-01-23 16:58:42 +01:00
5 changed files with 10 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
pkgname = "discord"
pkgver = "0.0.120"
pkgver = "0.0.122"
source = f"https://dl.discordapp.net/apps/linux/{pkgver}/discord-{pkgver}.tar.gz"
builddir = f"/tmp/fempkg/build/{pkgname}/Discord"
fembuilddir = f"/tmp/fempkg/build/{pkgname}"

View File

@@ -34,3 +34,7 @@ build = [
# Cleanup
f"rm -rf {fembuilddir}"
]
triggers = [
f"update-desktop-database"
]

View File

@@ -1,6 +1,6 @@
# TODO when updating kernel version update version in nvidia package
# TODO when updating kernel version update version in nvidia and vbox package
pkgname = "linux"
pkgver = "6.18.6"
pkgver = "6.18.7"
source = f"https://www.kernel.org/pub/linux/kernel/v6.x/linux-{pkgver}.tar.xz"
builddir = f"/tmp/fempkg/build/{pkgname}/{pkgname}-{pkgver}"
fembuilddir = f"/tmp/fempkg/build/{pkgname}"

View File

@@ -21,7 +21,6 @@ build = [
f"cd {builddir}/build && DESTDIR={destdir} ninja install",
f"install -v -d -m755 {destdir}/usr/share/licenses/{pkgname}/",
f"install -v -d -m755 {destdir}/usr/share/applications && wget https://rocketleaguechatp.duckdns.org/nautilus.desktop -O {destdir}/usr/share/applications/nautilus.desktop",
f"install -v -m644 {builddir}/LICENSE {destdir}/usr/share/licenses/{pkgname}/LICENSE",
# Make tarball + manifests
@@ -33,5 +32,6 @@ build = [
]
triggers = [
f"glib-compile-schemas /usr/share/glib-2.0/schemas"
f"glib-compile-schemas /usr/share/glib-2.0/schemas",
f"updte-desktop-database"
]

View File

@@ -1,6 +1,6 @@
pkgname = "nvidia"
pkgver = "590.48.01"
kernel_ver = "6.18.6"
kernel_ver = "6.18.7"
source = f"https://rocketleaguechatp.duckdns.org/pappalaugh.jpg"
builddir = f"/tmp/fempkg/build/{pkgname}/{pkgname}-{pkgver}"
fembuilddir = f"/tmp/fempkg/build/{pkgname}"