Skip to content
Permalink
Browse files
vscodium 1.77.0.23095
sddm-kcm updated PKGBUILD
  • Loading branch information
demmm committed Apr 5, 2023
1 parent e966475 commit bd629ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
@@ -6,16 +6,15 @@ pkgname=sddm-kcm
pkgver=${_plasmaver}
pkgrel=1
epoch=1
pkgdesc="SDDM configuration module for KDE"
pkgdesc="Configuration module for SDDM."
arch=('x86_64')
url="https://github.com/sddm/sddm-kcm"
url="https://invent.kde.org/plasma/sddm-kcm"
license=("GPL")
depends=('kcoreaddons' 'ki18n' 'kxmlgui' 'kauth' 'kconfigwidgets' 'kio' 'karchive' 'knewstuff'
'kdeclarative' 'kcmutils' 'sddm' 'libx11' 'libxcb' 'libxcursor')
makedepends=('git' 'extra-cmake-modules' 'kdoctools' 'qt5-tools')
makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
groups=('kdeplasma5')
source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz")
#source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KDE/${pkgname}/archive/${_branch}.tar.gz")
source=("https://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz")
md5sums=(`grep ${pkgname}-${_plasmaver}.tar.xz ../kf5.md5 | cut -d" " -f1`)

prepare() {
@@ -25,22 +24,18 @@ prepare() {
}

build() {
mkdir -p build
cd build

cmake ../${pkgname}-${pkgver} \
cmake -B build -S ${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DKDE_INSTALL_LIBDIR=lib \
-DKDE_INSTALL_LIBEXECDIR=lib \
-DKDE_INSTALL_PLUGINDIR=/usr/lib/qt5/plugins \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DBUILD_TESTING=OFF
make
cmake --build build
}

package() {
cd build

make DESTDIR=${pkgdir} install
DESTDIR=${pkgdir} cmake --install build
}
@@ -1,6 +1,6 @@

pkgname=vscodium
pkgver=1.77.0.23093
pkgver=1.77.0.23095
pkgrel=1
pkgdesc="Binary releases of VS Code without MS branding/telemetry/licensing."
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('alsa-lib' 'cairo' 'fontconfig' 'gtk3' 'libnotify' 'libxss' 'libxtst' 'nss' 'python3')
source=("https://github.com/VSCodium/vscodium/releases/download/${pkgver}/VSCodium-linux-x64-${pkgver}.tar.gz"
'vscodium.desktop')
sha256sums=('dbeb33ceaaf47b40c7f4c5a778ee2a48eb516a73e25c7a705e2cacc5ee75e0b7'
sha256sums=('07ee7d09bf9345d6e7202ac861acd43c280e0738d9df1a185eb5d4cd6a297238'
'caa357df4d2b3c4e00322e4c359409fe05ad66af95fcf894196476845d1e55f8')

package() {

0 comments on commit bd629ee

Please sign in to comment.