git » freerdp.git » commit fe68479

freerdp 3.17.2

author Urja (ARMLFS builder)
2025-11-08 07:22:18 UTC
committer Urja (ARMLFS builder)
2025-11-08 07:22:18 UTC
parent 9da8f84b8f928be6e4843c986acaff4100e3affb

freerdp 3.17.2

.SRCINFO +2 -3
.gitignore +2 -0
PKGBUILD +3 -7

diff --git a/.SRCINFO b/.SRCINFO
index f0c337d..01c4eb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
 pkgbase = freerdp
 	pkgdesc = Free implementation of the Remote Desktop Protocol (RDP)
 	pkgver = 3.17.2
-	pkgrel = 4
+	pkgrel = 5
 	epoch = 2
 	url = https://www.freerdp.com/
 	arch = x86_64
+	arch = armv7h
 	license = Apache-2.0
 	makedepends = alsa-lib
 	makedepends = cmake
@@ -102,8 +103,6 @@ pkgname = freerdp
 	depends = libwebp
 	depends = libwebp.so
 	depends = openssl
-	depends = libcrypto.so
-	depends = libssl.so
 	depends = pam
 	depends = libpam.so
 	depends = zlib
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a43258a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/src/
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 49330d5..f0ca6bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@
 pkgname=freerdp
 pkgver=3.17.2
 _libver=${pkgver/.*/}
-pkgrel=4
+pkgrel=5
 epoch=2
 pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url="https://www.freerdp.com/"
 license=(Apache-2.0)
 depends=(
@@ -128,10 +128,6 @@ build() {
   cmake --build build --verbose
 }
 
-check() {
-  ctest --test-dir build --output-on-failure --stop-on-failure -j$(nproc)
-}
-
 package() {
   depends+=(
     alsa-lib libasound.so
@@ -144,7 +140,7 @@ package() {
     libpulse libpulse.so
     libusb libusb-1.0.so
     libwebp libwebp.so
-    openssl libcrypto.so libssl.so
+    openssl
     pam libpam.so
     zlib libz.so
   )