Compare commits
4 Commits
619e0c179a
...
e1e1487d10
| Author | SHA1 | Date | |
|---|---|---|---|
| e1e1487d10 | |||
| 036d8c7edb | |||
| b60a87f1cc | |||
| 56726a6ae9 |
@@ -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}"
|
||||
|
||||
@@ -34,3 +34,7 @@ build = [
|
||||
# Cleanup
|
||||
f"rm -rf {fembuilddir}"
|
||||
]
|
||||
|
||||
triggers = [
|
||||
f"update-desktop-database"
|
||||
]
|
||||
@@ -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}"
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user