Skip to content

Commit

Permalink
Merge branch 'master' into 'master'
Browse files Browse the repository at this point in the history
17 Haziran güncelleme

See merge request turkman/packages/main!132
  • Loading branch information
sulincix committed Jun 21, 2024
2 parents 2ab407c + 80b0a8e commit 0803acc
Show file tree
Hide file tree
Showing 22 changed files with 161 additions and 104 deletions.
19 changes: 10 additions & 9 deletions app/text/ghostscript/ympbuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
name='ghostscript'
release='2'
version='10.02.1'
_version='10021'
release='3'
version='10.03.1'
_version='10031'
url='https://example.org'
description='An interpreter for the PostScript language'
email='aliriza.keskin@pardus.org.tr'
Expand All @@ -13,12 +13,12 @@ source=(
"https://downloads.sourceforge.net/gs-fonts/ghostscript-fonts-std-8.11.tar.gz"
"https://downloads.sourceforge.net/gs-fonts/gnu-gs-fonts-other-6.0.tar.gz"
)
depends=()
makedepends=()
md5sums=(
'26c0cbfa2e09da97f1fc78728048ada8'
'6865682b095f8c4500c54b285ff05ef6'
'33457d3f37de7ef03d2eea05a9e6aa4f'
depends=(libXt cups fontconfig zlib libpng libtiff lcms2 poppler cairo glibc libX11 gdk-pixbuf glib)
makedepends=(gtk3 gnutls)
sha256sums=(
'157212edc96b8ccc409475dce2e49833fb4427f150c455258ded9632c106abee'
'0eb6f356119f2e49b2563210852e17f57f9dcc5755f350a69a46a0d641a0c401'
'8146cccc4699fe9dab841446bdd17039f4769c903eceb54409188b920754aab3'
)
group=(app.text)
uses=()
Expand All @@ -28,6 +28,7 @@ cd $name-$version

setup () {
./configure --prefix=/usr \
--libdir=/usr/lib64/ \
--disable-compile-inits \
--enable-dynamic \
--disable-hidden-visibility
Expand Down
10 changes: 5 additions & 5 deletions cinnamon/base/cinnamon-control-center/ympbuild
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/usr/bin/env bash
name='cinnamon-control-center'
release='2'
version='6.0.0'
release='3'
version='6.2.0'
url='https://github.com/linuxmint/cinnamon-control-center'
description='The Control Center for Cinnamon'
email='akarsu@protonmail.com'
maintainer='akarsu'
email='brkt8khn@gmail.com'
maintainer='brkt8khn'
license=('GPLv3')
source=("https://github.com/linuxmint/cinnamon-control-center/archive/refs/tags/${version}.tar.gz")
depends=(cinnamon-settings-daemon cinnamon-menus colord libgnomekbd)
makedepends=(meson)
md5sums=('fcf3c538fc4b108b10a6e0685c5af308')
sha256sums=('f3e5caf03c4d629fbaf883caa816fe799685438d650012621e51457583000d07')
group=(cinnamon.base)
uses=()
arch=('x86_64')
Expand Down
10 changes: 5 additions & 5 deletions cinnamon/base/cinnamon-desktop/ympbuild
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/usr/bin/env bash
name='cinnamon-desktop'
release='3'
version='6.0.0'
release='4'
version='6.2.0'
url='https://github.com/linuxmint/cinnamon-desktop'
description='Library with common API for various Cinnamon modules'
email='akarsu@protonmail.com'
maintainer='akarsu'
email='brkt8khn@gmail.com'
maintainer='brkt8khn'
license=('GPLv3')
source=("https://github.com/linuxmint/cinnamon-desktop/archive/$version/cinnamon-desktop-$version.tar.gz")
depends=()
makedepends=(libXinerama libxkbfile)
md5sums=('265b69d5f57e9600c673c6be79ec20e0')
sha256sums=('95bb6fc16597601b1febde4bd1317ba9c3ab662119b6b8e602b49e832d3f3eb7')
group=(cinnamon.base)
uses=()
arch=('x86_64')
Expand Down
10 changes: 5 additions & 5 deletions cinnamon/base/cinnamon-menus/ympbuild
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/usr/bin/env bash
name='cinnamon-menus'
release='2'
version='6.0.0'
release='3'
version='6.2.0'
url='https://github.com/linuxmint/cinnamon'
description='Linux desktop which provides advanced innovative features and a traditional user experience'
email='akarsu@protonmail.com'
maintainer='akarsu'
email='brkt8khn@gmail.com'
maintainer='brkt8khn'
license=('GPLv2')
source=("https://github.com/linuxmint/cinnamon-menus/archive/refs/tags/${version}.tar.gz")
depends=(glib)
makedepends=(gobject-introspection meson)
md5sums=('9e10b0e9839e83e3b1264366c565340b')
sha256sums=('95170602c5291db6f5031dfc245ebf61872ff93860fb1fc18ec433bec638cf16')
group=(cinnamon.base)
uses=()
arch=('x86_64')
Expand Down
10 changes: 5 additions & 5 deletions cinnamon/base/cinnamon-screensaver/ympbuild
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/usr/bin/env bash
name='cinnamon-screensaver'
release='2'
version='6.0.0'
release='3'
version='6.2.0'
url='https://github.com/linuxmint/cinnamon-screensaver'
description='Screensaver designed to integrate well with the Cinnamon desktop.'
email='akarsu@protonmail.com'
maintainer='akarsu'
email='brkt8khn@gmail.com'
maintainer='brkt8khn'
license=('GPLv3')
source=("https://github.com/linuxmint/cinnamon-screensaver/archive/refs/tags/${version}.tar.gz")
depends=(accountsservice cinnamon-desktop libgnomekbd py3-cairo py3-pygobject py3-setproctitle py3-xapp xapp xdotool procps-ng)
makedepends=(gobject-introspection meson)
md5sums=('5ed5b247b59c5400b073b7fbed811e82')
sha256sums=('8fdc012b630b2b1236fc57fa5f006c7c757028ae2ef4528fd05e4d68f4902eda')
group=(cinnamon.base)
uses=()
arch=('x86_64')
Expand Down
10 changes: 5 additions & 5 deletions cinnamon/base/cinnamon-session/ympbuild
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/usr/bin/env bash
name='cinnamon-session'
release='2'
version='6.0.0'
release='3'
version='6.2.0'
url='https://github.com/linuxmint/cinnamon-session'
description='The Cinnamon Session Handler'
email='akarsu@protonmail.com'
maintainer='akarsu'
email='brkt8khn@gmail.com'
maintainer='brkt8khn'
license=('GPLv3' 'LGPL')
source=("https://github.com/linuxmint/cinnamon-session/archive/refs/tags/${version}.tar.gz")
depends=(cinnamon-desktop libSM libcanberra xapp libXtst)
makedepends=(meson ninja xtrans)
md5sums=('4890badbe5d16e82de2ab4266ed6fc3e')
sha256sums=('fd12d27652658f95644cf7a93adcbd6a985f3a6bc47c68660eed563b8ab34693')
group=(cinnamon.base)
uses=()
arch=('x86_64')
Expand Down
10 changes: 5 additions & 5 deletions cinnamon/base/cinnamon-settings-daemon/ympbuild
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/usr/bin/env bash
name='cinnamon-settings-daemon'
release='2'
version='6.0.0'
release='3'
version='6.2.0'
url='https://github.com/linuxmint/cinnamon-settings-daemon'
description='The Cinnamon Settings daemon'
email='akarsu@protonmail.com'
maintainer='akarsu'
email='brkt8khn@gmail.com'
maintainer='brkt8khn'
license=('GPLv3')
source=("https://github.com/linuxmint/cinnamon-settings-daemon/archive/refs/tags/${version}.tar.gz")
depends=(cinnamon-desktop colord dbus-glib libcanberra cups libgnomekbd libgudev libnotify librsvg libwacom nss polkit upower)
makedepends=(meson ninja xf86-input-wacom)
md5sums=('2196db65d92eb9a768942c4491a8e292')
sha256sums=('ecb360017284cdf8a5776a64175ac69f730790d3031f1f4cabc5f8c52660a498')
group=(cinnamon.base)
uses=()
arch=('x86_64')
Expand Down
10 changes: 5 additions & 5 deletions cinnamon/base/cinnamon/ympbuild
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env bash
name='cinnamon'
release='2'
version='6.0.0'
release='3'
version='6.2.0'
url='https://github.com/linuxmint/cinnamon'
description='Linux desktop which provides advanced innovative features and a traditional user experience'
email='akarsu@protonmail.com'
maintainer='akarsu'
email='brkt8khn@gmail.com'
maintainer='brkt8khn'
license=('GPLv2')
source=("https://github.com/linuxmint/cinnamon/archive/refs/tags/$version.tar.gz")
depends=(nm-applet accountsservice cinnamon-control-center cinnamon-menus
Expand All @@ -15,7 +15,7 @@ depends=(nm-applet accountsservice cinnamon-control-center cinnamon-menus
timezonemap xapp xdg-desktop-portal-xapp caribou
)
makedepends=(meson gobject-introspection intltool)
md5sums=('0f3b7ff7fa409a27b820e215edca51ec')
sha256sums=('40c0d923d9a5236cd088ea74210c1f28f386a2d29fb6fc87e4ab11e07ac27605')
group=(cinnamon.base)
uses=()
arch=('x86_64')
Expand Down
10 changes: 5 additions & 5 deletions cinnamon/base/muffin/ympbuild
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#!/usr/bin/env bash
name='muffin'
release='2'
version='6.0.0'
release='3'
version='6.2.0'
url='https://github.com/linuxmint/muffin'
description='Cinnamon window manager based on Mutter'
email='akarsu@protonmail.com'
maintainer='akarsu'
email='brkt8khn@gmail.com'
maintainer='brkt8khn'
license=('GPLv3')
source=("https://github.com/linuxmint/muffin/archive/refs/tags/${version}.tar.gz")
depends=(cinnamon-desktop gobject-introspection libcanberra libinput
libSM libxkbcommon startup-notification zenity graphene pipewire
xorg-xwayland)
makedepends=(meson intltool gobject-introspection wayland-protocols)
md5sums=('884b3aadc288cd2c3c4ce9957e19f0e8')
sha256sums=('889200ceb45334899e7568f1735ec2b15e1ae042d176821a0d45c524960bee0a')
group=(cinnamon.base)
uses=()
arch=('x86_64')
Expand Down
10 changes: 5 additions & 5 deletions cinnamon/base/nemo/ympbuild
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/usr/bin/env bash
name='nemo'
release='2'
version='6.0.0'
release='3'
version='6.2.0'
url='https://github.com/linuxmint/nemo'
description='File manager for the Cinnamon desktop environment'
email='akarsu@protonmail.com'
maintainer='akarsu'
email='brkt8khn@gmail.com'
maintainer='brkt8khn'
license=('GPLv2')
source=("https://github.com/linuxmint/nemo/archive/refs/tags/${version}.tar.gz")
depends=(cinnamon-desktop dconf gvfs libexif libgsf libnotify libxml2 python xapp)
makedepends=(meson intltool gobject-introspection)
md5sums=('904ca2246bc2ae1c448c390a144d7506')
sha256sums=('be779219f531601ea44245d0dccfbd606f96011e6343c2896c1f52c7b49d4fcc')
group=(cinnamon.base)
uses=()
arch=('x86_64')
Expand Down
10 changes: 5 additions & 5 deletions cinnamon/extra/cinnamon-translations/ympbuild
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/usr/bin/env bash
name='cinnamon-translations'
release='2'
version='6.0.0'
release='3'
version='6.2.0'
url='https://github.com/linuxmint/cinnamon-translations'
description='Translations for Cinnamon and Nemo'
email='akarsu@protonmail.com'
maintainer='akarsu'
email='brkt8khn@gmail.com'
maintainer='brkt8khn'
license=('GPLv2')
source=("https://github.com/linuxmint/cinnamon-translations/archive/refs/tags/${version}.tar.gz")
depends=()
makedepends=()
md5sums=('c488e3efc6e7aef6cd8d75b3749bc7f2')
sha256sums=('86d23a840c8f0e86ac3581079046c4f7c90bab4dd8a0c9fb4058c164f0666401')
group=(cinnamon.extra)
uses=()
arch=('x86_64')
Expand Down
10 changes: 6 additions & 4 deletions dev/libs/elfutils/ympbuild
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
#!/usr/bin/env bash
name='elfutils'
release='3'
version='0.190'
release='4'
version='0.191'
url='https://sourceware.org/elfutils/'
description='Libraries/utilities to handle ELF objects (drop in replacement for libelf)'
email='kurth4cker@tutanota.com'
maintainer='kurth4cker'
license=('GPLv3' 'GPLv2' 'LGPLv3')
source=("https://sourceware.org/elfutils/ftp/${version}/elfutils-${version}.tar.bz2")
makedepends=( )
md5sums=('79ad698e61a052bea79e77df6a08bc4b')
depends=()
makedepends=(bzip2 curl gcc libarchive sqlite xz-utils zlib)
sha256sums=('df76db71366d1d708365fc7a6c60ca48398f14367eb2b8954efc8897147ad871')
uses=(bzip2 lzma nls)
uses_extra=(zstd)
arch=('x86_64')
Expand All @@ -21,6 +22,7 @@ zstd_depends=(zstd)
cd $name-$version

setup(){
autoreconf -fvi
./configure --prefix=/usr \
--libdir=/usr/lib64 \
--enable-shared \
Expand Down
12 changes: 6 additions & 6 deletions dev/libs/ell/ympbuild
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/usr/bin/env bash
name='ell'
release='5'
version='0.62'
release='6'
version='0.66'
url='https://01.org/ell'
description='Embedded Linux library'
email='akarsu@protonmail.com'
maintainer='akarsu'
email='brkt8khn@gmailmail.com'
maintainer='brkt8khn'
license=('GPLv2.1')
source=(https://mirrors.edge.kernel.org/pub/linux/libs/$name/$name-$version.tar.{xz,sign})
depends=()
makedepends=()
md5sums=('720eac90e32a6008ec5408f7930a0415' 'SKIP')
makedepends=(glib linux-headers)
sha256sums=('7a78b757080ed6518c1c4fa26ad6a7a3d6e4e385386a20b6fb52379e7d1ffa36' 'SKIP')
group=(dev.libs)
uses=()
arch=('x86_64')
Expand Down
8 changes: 4 additions & 4 deletions dev/util/cmake/ympbuild
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/usr/bin/env bash
name='cmake'
release='3'
version='3.28.1'
release='5'
version='3.29.5'
url='https://github.com/Kitware/CMake'
description='A cross-platform open-source make system'
email='aliriza.keskin@pardus.org.tr'
maintainer='aliriza'
license=('GPLv3')
source=("https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version.tar.gz")
depends=()
makedepends=( )
md5sums=('db659ed92a8fcc880f95b492bde2eb44')
makedepends=()
sha256sums=('dd63da7d763c0db455ca232f2c443f5234fe0b11f8bd6958a81d29cc987dfd6e')
uses=()
uses_extra=(qt)
group=(dev.util)
Expand Down
14 changes: 8 additions & 6 deletions kde/frameworks/attica/ympbuild
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
#!/usr/bin/env bash
name='attica'
release='2'
version='6.0.0'
release='3'
version='6.3.0'
url='https://community.kde.org/Frameworks'
description='Qt library that implements the Open Collaboration Services API'
email='brkt8khn@gmail.com'
maintainer='brkt8khn'
license=('LGPL')
source=("https://download.kde.org/stable/frameworks/${version%.*}/attica-${version}.tar.xz")
depends=(qt6-base)
makedepends=(extra-cmake-modules doxygen)
sha256sums=('ef21d8e57aeae4757b6b40dfe0d0e9c38302a979164b4e4d493b631b7c023d23')
makedepends=(extra-cmake-modules doxygen qt6-tools)
sha256sums=('abaf3a113a002d5d8435a3a75020f98c574290d2c552a5f256291d0418cc59ed')
group=(kde.frameworks)
uses=()
arch=('x86_64')

cd $name-$version

setup () {
cmake -B build -G Ninja \
-DCMAKE_INSTALL_PREFIX=/usr
cmake -B build -G Ninja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib64 \
-DBUILD_QCH=ON

}

Expand Down
14 changes: 7 additions & 7 deletions kde/frameworks/extra-cmake-modules/ympbuild
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/usr/bin/env bash
name='extra-cmake-modules'
release='4'
version='6.0.0'
release='5'
version='6.3.0'
url='https://community.kde.org/Frameworks'
description='Extra modules and scripts for CMake'
email='akarsu@protonmail.com'
maintainer='akarsu'
email='brkt8khn@gmail.com'
maintainer='brkt8khn'
license=('LGPL')
source=("https://download.kde.org/stable/frameworks/${version%.*}/extra-cmake-modules-${version}.tar.xz")
depends=(cmake)
makedepends=()
md5sums=('3e1b640fc5c3b4d96484029d1034c48a')
depends=(cmake qt5-tools qt6-tools)
makedepends=(py3-sphinx)
sha256sums=('1368f8fba95c475a409eff05f78baf49ccd2655889d1e94902bfc886785af818')
group=(kde.frameworks)
uses=()
arch=('x86_64')
Expand Down
Loading

0 comments on commit 0803acc

Please sign in to comment.