Skip to content

Commit

Permalink
some upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed May 23, 2024
1 parent 8ecb472 commit 77db1cd
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 18 deletions.
2 changes: 1 addition & 1 deletion kde/apps/dolphin/ympbuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ email='akarsu@protonmail.com'
maintainer='akarsu'
license=('LGPL')
source=("https://download.kde.org/stable/release-service/${version}/src/dolphin-${version}.tar.xz")
depends=(baloo-widgets knewstuff kcmutils kparts)
depends=(baloo-widgets knewstuff kcmutils kparts phonon)
makedepends=(extra-cmake-modules kdoctools)
sha256sums=("50844490d45159ca16c1d8d9f5f0701f118772e4b09adad270835b67bb26a701")
group=(kde.apps)
Expand Down
2 changes: 1 addition & 1 deletion kde/plasma/kwin/ympbuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maintainer='brkt8khn'
license=('GPLv2')
source=("https://download.kde.org/stable/plasma/${version}/kwin-${version}.tar.xz")
depends=(kscreenlocker xcb-util-cursor kcmutils breeze libqaccessibilityclient pipewire lcms2 libxcvt qt6-tools qt6-5compat
qt6-base qt6-declarative qt6-multimedia qt6-sensors qt6-wayland xorg-xwayland libinput)
qt6-base qt6-declarative qt6-multimedia qt6-sensors qt6-wayland xorg-xwayland libinput libdisplay-info)
makedepends=(extra-cmake-modules kdoctools krunner kglobalacceld libdisplay-info wayland-protocols plasma-wayland-protocols)
sha256sums=('b1947c2b44de6190908462c81e8ac89ff9c7326a87641feb65e6ccd85262a4db')
group=(kde.plasma)
Expand Down
2 changes: 1 addition & 1 deletion kde/plasma/plasma-workspace/ympbuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maintainer='aliriza'
license=('GPLv3')
source=("https://download.kde.org/stable/plasma/$version/plasma-workspace-$version.tar.xz")
depends=(accountsservice kactivitymanagerd kded kio
kquickcharts kwin milou pipewire
kquickcharts kwin milou pipewire phonon
plasma-integration qt6-base xdotool)
makedepends=(qt6-tools)
sha256sums=('47dd87b4c0e09c1bcb34162b7aae3e5a3b9a4aaba1b9fed0f4d681bb3f9febba')
Expand Down
13 changes: 9 additions & 4 deletions sys/fs/e2fsprogs/ympbuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
name='e2fsprogs'
release='1'
version='1.47.0'
release='2'
version='1.47.1'
url='https://mirrors.edge.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs'
description='Standard EXT2/EXT3/EXT4 filesystem utilities'
email='aliriza.keskin@pardus.org.tr'
Expand All @@ -10,7 +10,7 @@ license=('GPLv3')
source=("https://mirrors.edge.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v$version/e2fsprogs-$version.tar.xz")
depends=(util-linux)
makedepends=()
md5sums=('7eda79bc0d131b33affe1d993d76711a')
sha256sums=('5a33dc047fd47284bca4bb10c13cfe7896377ae3d01cb81a05d406025d99e0d1')
group=(sys.fs)
uses=()
arch=('x86_64')
Expand All @@ -19,7 +19,12 @@ cd $name-$version

setup(){
./configure --prefix=/usr \
--libdir=/usr/lib64/
--libdir=/usr/lib64/ \
--enable-elf-shlibs \
--disable-libblkid \
--disable-libuuid \
--disable-uuidd \
--disable-fsck
}

build(){
Expand Down
6 changes: 3 additions & 3 deletions sys/fs/udisks2/ympbuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
name='udisks2'
release='1'
version='2.9.4'
release='2'
version='2.10.1'
url='https://github.com/storaged-project/udisks'
description='Disk Management Service, version 2'
email='aliriza.keskin@pardus.org.tr'
Expand All @@ -11,7 +11,7 @@ source=("https://github.com/storaged-project/udisks/archive/refs/tags/udisks-$ve
udisks.initd)
depends=(libblockdev libatasmart libgudev polkit)
makedepends=()
md5sums=('b03e328a807e0183adba04e546a4f343'
sha256sums=('a1c4232ce0f4d6a800269f8e8c6e93afb0e39aa7017383082943e400a0bc8e13'
'SKIP')
group=(sys.fs)
uses=()
Expand Down
15 changes: 7 additions & 8 deletions sys/libs/libblockdev/ympbuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
name='libblockdev'
release='2'
version='3.0.4'
release='3'
version='3.1.1'
url='https://github.com/storaged-project/libblockdev'
description='A library for manipulating block devices'
email='bayramk@gmail.com'
Expand All @@ -11,20 +11,19 @@ source=("https://github.com/storaged-project/libblockdev/releases/download/$vers
depends=(gawk parted kmod libyaml btrfs-progs dosfstools gptfdisk
libbytesize ndctl xfsprogs lvm2 volume_key dmraid libnvme)
makedepends=()
md5sums=('74eed189c000cb3b0194c73c425c418c')
sha256sums=('a5cb33a53ff5969067982704f45399d02555fdb2313ed0c56eac9555397dc2db')
group=(sys.libs)
uses=()
arch=('x86_64')

unset CFLAGS
export CC=clang
# ignore warnings. Bad idea but working
export CFLAGS="$CFLAGS -Wno-all"

cd $name-$version
setup(){
# FIXME: remove --without-xxx
autoreconf -fvi
./configure --prefix=/usr \
--sysconfdir=/etc \
--without-fs
--sysconfdir=/etc
}

build(){
Expand Down

0 comments on commit 77db1cd

Please sign in to comment.