Skip to content

Commit

Permalink
chore: bump to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Sep 15, 2024
1 parent b601b02 commit 456df66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cie-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation 'org.apache.pdfbox:pdfbox:3.0.3'
}

mainClassName = 'it.ipzs.cieid.MainApplicationn'
// mainClassName = 'it.ipzs.cieid.MainApplicationn'

sourceSets {
main {
Expand Down
2 changes: 1 addition & 1 deletion libs/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('libcie-pkcs11', 'cpp', 'c', version: '1.5.3', license: 'MIT')
project('libcie-pkcs11', 'cpp', 'c', version: '1.5.4', license: 'MIT')

add_project_arguments('-fPIC', language: 'cpp')

Expand Down
10 changes: 5 additions & 5 deletions packages/cie-middleware/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname="cie-middleware"
pkgver="1.5.3"
pkgver="1.5.4"
pkgrel="1"
pkgdesc="A fork of Middleware della CIE (Carta di Identità Elettronica) per Linux"
maintainer="M0Rf30"
Expand All @@ -11,7 +11,7 @@ priority="optional"
source=(
"https://github.com/M0Rf30/cie-middleware-linux/archive/refs/tags/${pkgver}.tar.gz"
"https://github.com/M0Rf30/cie-middleware-linux/releases/download/podofo-1.4.2/libpodofo-1.4.2.tar.gz"
"https://services.gradle.org/distributions/gradle-8.7-bin.zip"
"https://services.gradle.org/distributions/gradle-8.10-bin.zip"
)
source__pacman=(
"https://github.com/M0Rf30/cie-middleware-linux/archive/refs/tags/${pkgver}.tar.gz"
Expand Down Expand Up @@ -49,7 +49,7 @@ makedepends__apt=(
"libpng-dev"
"libssl-dev"
"libxml2-dev"
"openjdk-17-jre-headless"
"openjdk-17-jdk-headless"
"pkg-config"
"python3-pip"
"unzip"
Expand Down Expand Up @@ -127,7 +127,7 @@ build__yum() {
"${srcdir}/${pkgname}-linux-${pkgver}/libs/lib"

cd "${srcdir}/${pkgname}-linux-${pkgver}"
../gradle-8.7/bin/gradle -b cie-java/build.gradle standalone
../gradle-8.10/bin/gradle -b cie-java/build.gradle standalone
meson setup builddir libs
meson configure -Dprefix=/usr builddir
meson compile -C builddir
Expand All @@ -140,7 +140,7 @@ build__apt() {
"${srcdir}/${pkgname}-linux-${pkgver}/libs/lib"

cd "${srcdir}/${pkgname}-linux-${pkgver}"
../gradle-8.7/bin/gradle -b cie-java/build.gradle standalone
../gradle-8.10/bin/gradle -b cie-java/build.gradle standalone

meson setup builddir libs
meson configure -Dprefix=/usr builddir
Expand Down

0 comments on commit 456df66

Please sign in to comment.